Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase..::..InsertBulk Method (String, DataTable)

Inserts the batch of records using bulk insert.

Namespace:  Tortuga.Chain.PostgreSql
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public PostgreSqlInsertBulk InsertBulk(
	string tableName,
	DataTable dataTable
)
Public Function InsertBulk ( _
	tableName As String, _
	dataTable As DataTable _
) As PostgreSqlInsertBulk
public:
PostgreSqlInsertBulk^ InsertBulk(
	String^ tableName, 
	DataTable^ dataTable
)

Parameters

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

Return Value

PostgreSqlInsertBulk.