ISupportsInsertBulk Members
The ISupportsInsertBulk type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
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.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |

