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