| ProcessControllerGetTransitionIdCheck Method (String, SqlConnection, SqlTransaction) |
Returns the integer Id of a tranistion with the UID provided in uidStr.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetTransitionIdCheck(
string transitionUId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- transitionUId
- Type: SystemString
Uid string of the transition.
Must be non-null and have a length greater than zero.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
Returns the Id of the specified transition.
If the specified transition doesn't exist throws an ObjectNotFoundException.
See Also