Click or drag to resize
DataConnection.BulkInsert Method
Performs a bulk insert of the data into a target database table

Namespace: CMS.DataProviderSQL
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public override void BulkInsert(
	DataTable sourceData,
	string targetTable,
	BulkInsertSettings insertSettings = null
)

Parameters

sourceData
Type: System.Data.DataTable
Source data table
targetTable
Type: System.String
Name of the target DB table
insertSettings (Optional)
Type: CMS.DataEngine.BulkInsertSettings
Bulk insert configuration

Implements

IDataConnection.BulkInsert(DataTable, String, BulkInsertSettings)
See Also