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

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

Declaration

void Refresh()
See Also