Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ISupportsInsertBulk..::..InsertBulk<(Of <(<'TObject>)>)> Method (IEnumerable<(Of <(<'TObject>)>)>)

Inserts the batch of records using bulk insert.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


ILink<int> InsertBulk<TObject>(
	IEnumerable<TObject> objects
)
Function InsertBulk(Of TObject) ( _
	objects As IEnumerable(Of TObject) _
) As ILink(Of Integer)
generic<typename TObject>
ILink<int^>^ InsertBulk(
	IEnumerable<TObject>^ objects
)

Type Parameters

TObject
The type of the object.

Parameters

objects
Type: IEnumerable<(Of <(<'TObject>)>)>
The objects.

Return Value

MySqlInsertBulk.