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

NestedUnitOfWork Class

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public class NestedUnitOfWork :
    UnitOfWork

Remarks

A nested unit of work is a new unit of work begun from within the scope of a Session or another Unit of Work.

For more information, see Unit of Work and Nested Units of Work.

Implements

See Also