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.0.5239.26125)
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