Click or drag to resize
BulkInsertDataHandlerStartEvent Method (DataTable, String, BulkInsertSettings, IDataConnection)
Initiates the event handling.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public BulkInsertDataHandler StartEvent(
	DataTable sourceData,
	string targetTable,
	BulkInsertSettings insertSettings,
	IDataConnection connection
)

Parameters

sourceData
Type: System.DataDataTable
Source data.
targetTable
Type: SystemString
Target table.
insertSettings
Type: CMS.DataEngineBulkInsertSettings
Bulk insert configuration.
connection
Type: CMS.DataEngineIDataConnection
Data connection.

Return Value

Type: BulkInsertDataHandler
See Also