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

XafDataView.Reload() Method

Clears the data records cache.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

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