ISupportsInsertBatch..::..InsertBatch<(Of <(<'TObject>)>)> Method
Inserts the batch of records as one operation.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IDbCommandBuilder InsertBatch<TObject>( IEnumerable<TObject> objects, InsertOptions options )
Function InsertBatch(Of TObject) ( _ objects As IEnumerable(Of TObject), _ options As InsertOptions _ ) As IDbCommandBuilder
generic<typename TObject> IDbCommandBuilder^ InsertBatch( IEnumerable<TObject>^ objects, InsertOptions^ options )
Type Parameters
- TObject
Parameters
- objects
- Type: IEnumerable<(Of <(<'TObject>)>)>
The objects to insert.
- options
- Type: Tortuga.Chain..::..InsertOptions
The options.