XafDataView.Reload() Method
Clears the data records cache.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
This method does not retrieve records from the database, it empties the cache. The data records cache is populated when you access a specific record by index (see XafDataView.Item) or call one of the following methods for the first time:
- IBindingList.Find
- IEnumerable.GetEnumerator
- XafDataView.Contains
- XafDataView.CopyTo
- XafDataView.Count
- XafDataView.IndexOf
See Also