CGXDaoGrid::OnGetRecordset
virtual CDaoRecordset* OnGetRecordset();
Return Value
A pointer to a CDaoRecordset object.
Remarks
Returns a pointer to the attached CDaoRecordset object.
The default implementation of this method returns the CDaoRecordset object previously specified with SetRecordSet.
You may also call SetRecordSet to attach a recordset to the grid. Then you need not override OnGetRecordset.