Skip to main content
.NET 6.0+

UnitOfWork(IContainer) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public UnitOfWork(
    IContainer container
)

Parameters

Name Type Description
container IContainer

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

See Also