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