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

NestedUnitOfWork Class

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public class NestedUnitOfWork :
    UnitOfWork

The following members return NestedUnitOfWork objects:

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