MySqlDataSourceBase..::..InsertBulk Method
Overload List
| Name | Description | |
|---|---|---|
|
|
InsertBulk(MySqlObjectName, DataTable) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk(MySqlObjectName, IDataReader) |
Inserts the batch of records using bulk insert.
|
|
|
InsertBulk<(Of <<'(TObject>)>>)(MySqlObjectName, 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.
|
|
|
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.
|

