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

ExplicitUnitOfWork(IContainer) Constructor

Initializes a new instance of the ExplicitUnitOfWork class and adds it to a form’s container.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public ExplicitUnitOfWork(
    IContainer container
)

Parameters

Name Type Description
container IContainer

An IContainer object, which is the owner container of the created ExplicitUnitOfWork instance.

See Also