Click or drag to resize

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
Syntax
C#
public static SqlTransaction CurrentTransaction { get; }

Property Value

Type: SqlTransaction
The current transaction.
See Also