| DbContextCurrentTransaction Property |
Gets the current transaction, or null if no transaction exists.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static SqlTransaction CurrentTransaction { get; }
Property Value
Type:
SqlTransactionThe current transaction.
See Also