Skip to main content

IUnitOfWork.HasChanges() Method

Checks if the unit of work is tracking any new, deleted, or changed entities or relationships that will be sent to the store if IUnitOfWork.SaveChanges is called.

Namespace: DevExpress.Mvvm.DataModel

Assembly: DevExpress.Mvvm.v24.1.DataModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

bool HasChanges()

Returns

Type Description
Boolean

true if the unit of work is tracking any new, deleted, or changed entities or relationships; otherwise, false.

See Also