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