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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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 insert configuration
See Also