DataSet.FlushCache Method
Frees any information the dataset may have cached, including all cached features.
FlushCache()
Frees any information the dataset may have cached, including all cached features.Syntax
public void FlushCache ()
Remarks
This method may be called to free up some of the memory used by the dataset. Could be used for instance if the layer containing the dataset is turned off. The dataset may start caching data again at the next query.
If the dataset is not using any caches, calling this method has no effect.
Platforms
Windows, Linux, Android