Click or drag to resize

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
Syntax
C#
protected SqlBulkCopy CreateSqlBulkCopy(
	string destinationTableName
)

Parameters

destinationTableName
Type: SystemString
Name of the destination table on the server

Return Value

Type: SqlBulkCopy
SqlBulkCopy instance
See Also