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

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

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>(
	DataTable dataTable
)
Function InsertBulk(Of TObject) ( _
	dataTable As DataTable _
) As ILink(Of Integer)
generic<typename TObject>
ILink<int^>^ InsertBulk(
	DataTable^ dataTable
)

Type Parameters

TObject
The type of the object.

Parameters

dataTable
Type: DataTable
The data table.

Return Value

MySqlInsertBulk.