Back to Devexpress

IUnitOfWork Interface

corelibraries-devexpress-dot-mvvm-dot-datamodel-a1c6548f.md

latest1.1 KB
Original Source

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.v25.2.DataModel.dll

NuGet Package : DevExpress.Scaffolding.Core

Declaration

csharp
public interface IUnitOfWork
vb
Public Interface IUnitOfWork

The following members return IUnitOfWork objects:

See Also

IUnitOfWork Members

DevExpress.Mvvm.DataModel Namespace