| ProcessControllerDeleteTransition Method (Int32, Boolean, SqlConnection, SqlTransaction) |
Deletes the specified Transition
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void DeleteTransition(
int transitionId,
bool reOrder,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- transitionId
- Type: SystemInt32
- reOrder
- Type: SystemBoolean
If true, the VOrder of the remaining transitions are adjusted - dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also