Skip to main content
A newer version of this page is available. .

ExplicitUnitOfWork.InTransaction Property

Indicates whether the explicit unit of work has started an explicit transaction or tracked data modifications.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override bool InTransaction { get; }

Property Value

Type Description
Boolean

true if an explicit transaction is started, or any modifications have been made within a unit of work; otherwise, false.

See Also