| ControllerBaseCreateSqlBulkCopy Method |
Create a new SqlBulkCopy instance using the connection, transaction and timeout values from the controller
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxprotected SqlBulkCopy CreateSqlBulkCopy(
string destinationTableName
)
Parameters
- destinationTableName
- Type: SystemString
Name of the destination table on the server
Return Value
Type:
SqlBulkCopySqlBulkCopy instance
See Also