Click or drag to resize

BasePropertyAdapterController Constructor (SqlConnection, SqlTransaction, Int32)

Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public BasePropertyAdapterController(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction,
	int dbCommandTimeout = 0
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
An open connection to the ES database
dbTransaction
Type: System.Data.SqlClientSqlTransaction
An open transaction on the ES database
dbCommandTimeout (Optional)
Type: SystemInt32
Timeout in milliseconds for commands performed by controller
See Also