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
Returns
Type | Description |
---|---|
Boolean | true if the unit of work is tracking any new, deleted, or changed entities or relationships; otherwise, false. |
See Also