Skip to main content

IInstantFeedbackSource<TEntity>.Refresh() Method

Invalidate all loaded entities. This method is used to make changes made to the data source visible to consumers if this Instant Feedback source. Currently, in scaffolded implementations this method only works for WCF when the MergeOption set to NoTracking and for EntityFramework when a projection is used.

Namespace: DevExpress.Mvvm.DataModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

void Refresh()
See Also