Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public override bool InTransaction { get; }

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