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

ISupportsInsertBulk..::..InsertBulk Method (String, 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(
	string tableName,
	DataTable dataTable
)
Function InsertBulk ( _
	tableName As String, _
	dataTable As DataTable _
) As ILink(Of Integer)
ILink<int^>^ InsertBulk(
	String^ tableName, 
	DataTable^ dataTable
)

Parameters

tableName
Type: String
Name of the table.
dataTable
Type: DataTable
The data table.

Return Value

MySqlInsertBulk.