| ExportMappingsController Constructor (SqlConnection, SqlTransaction, Int32) |
Constructor
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ExportMappingsController(
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