Skip to main content
.NET 6.0+

XafDataView.Reload() Method

Clears the data records cache.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void Reload()

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:

See Also