MySqlDataSourceBase..::..InsertBulk<(Of <(<'TObject>)>)> Method (String, IEnumerable<(Of <(<'TObject>)>)>)
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>( string tableName, IEnumerable<TObject> objects )
<SuppressMessageAttribute> _ Public Function InsertBulk(Of TObject) ( _ tableName As String, _ objects As IEnumerable(Of TObject) _ ) As MySqlInsertBulk
[SuppressMessageAttribute] public: generic<typename TObject> MySqlInsertBulk^ InsertBulk( String^ tableName, IEnumerable<TObject>^ objects )
Type Parameters
- TObject
Parameters
- tableName
- Type: String
Name of the table.
- objects
- Type: IEnumerable<(Of <(<'TObject>)>)>
The objects.