SqlServerDataSourceBase..::..InsertBulk Method
Overload List
Name | Description | |
---|---|---|
![]() |
InsertBulk(SqlServerObjectName, DataTable, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
![]() |
InsertBulk(SqlServerObjectName, IDataReader, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
![]() |
InsertBulk<(Of <<'(TObject>)>>)(SqlServerObjectName, IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
![]() |
InsertBulk<(Of <<'(TObject>)>>)(DataTable, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
![]() |
InsertBulk<(Of <<'(TObject>)>>)(IDataReader, SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|
![]() |
InsertBulk<(Of <<'(TObject>)>>)(IEnumerable<(Of <<'(TObject>)>>), SqlBulkCopyOptions) |
Inserts the batch of records using bulk insert.
|