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