CustomDataSetAdapter.OnFlushCache Method
Called to flush any internal caches.
OnFlushCache()
Called to flush any internal caches.Syntax
public virtual void OnFlushCache ()
Remarks
This method is called when DataSet.FlushCache is called which usually happens implicitly when an application calls View.FlushCache to clear all caches.
The default implementation does nothing.
Platforms
Windows, Linux, Android