MySqlDataSourceBase..::..InsertBulk<(Of <(<'TObject>)>)> Method (DataTable)
Inserts the batch of records using bulk insert.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
[SuppressMessageAttribute] public MySqlInsertBulk InsertBulk<TObject>( DataTable dataTable )
<SuppressMessageAttribute> _ Public Function InsertBulk(Of TObject) ( _ dataTable As DataTable _ ) As MySqlInsertBulk
[SuppressMessageAttribute] public: generic<typename TObject> MySqlInsertBulk^ InsertBulk( DataTable^ dataTable )
Type Parameters
- TObject
- The type of the object.
Parameters
- dataTable
- Type: DataTable
The data table.