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

ExplicitUnitOfWork Class

The ‘unit of work’ that uses long explicit transactions to allow you to simplify the management of object changes and to access modified objects without having to commit the changes beforehand. See Explicit Units of Work.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[ToolboxTabName("DX.19.1: ORM Components")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ExplicitUnitOfWork")]
public class ExplicitUnitOfWork :
    UnitOfWork
[ToolboxTabName("DX.19.1: ORM Components")]
public class ExplicitUnitOfWork :
    UnitOfWork

Remarks

For more information and examples, see Explicit Units of Work.

Implements

See Also