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

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.v19.1.DataModel.dll

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