ExplicitUnitOfWork.InTransaction Property
Indicates whether the explicit unit of work has started a database level transaction or tracked data modifications.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a database level transaction is started, or any modifications have been made within a unit of work; otherwise, false. |
See Also