Performs a bulk insert of the data into a target database table
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
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
See Also