CGXBrowserGrid::Requery
virtual void Requery();
Remarks
Called to requery the data source. The default implementation resets the high-water mark for the last seen record.
DAO and ODBC implementations will call pRecordset->Requery and reset the high-water mark.
You should override this method if you need specific functionality (e.g., if you need to call specific methods for your data source) to requery your data source.