| DbContextRequiredTransaction Property |
Gets the current transaction, throwing an exception is no transaction exists.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static SqlTransaction RequiredTransaction { get; }
Property Value
Type:
SqlTransactionThe current transaction.
ExceptionsException | Condition |
---|
InvalidOperationException | If no transaction is active |
See Also