Skip to main content
.NET 6.0+

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.v23.2.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