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

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

Parameters

sourceData
Type: System.DataDataTable
Source data table
targetTable
Type: SystemString
Name of the target DB table
insertSettings (Optional)
Type: CMS.DataEngineBulkInsertSettings
Bulk insertion settings

Implements

IDataConnectionBulkInsert(DataTable, String, BulkInsertSettings)
See Also