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

IUnitOfWork Interface

The IUnitOfWork interface represents the Unit Of Work pattern such that it can be used to query from a database and group together changes that will then be written back to the store as a unit.

Namespace: DevExpress.Mvvm.DataModel

Assembly: DevExpress.Mvvm.v18.2.DataModel.dll

Declaration

public interface IUnitOfWork

The following members return IUnitOfWork objects:

See Also