Function CSPODBCRecordset::IsBOF()
Description:
Determines whether the Beginning Of File ( BOF ) is reached.
 |
Prototype:
bool IsBOF() const;
Arguments:
No arguments (void).
Return value:
If the Beginning Of File is reached it returns true. Otherwise, it returns false.
See also:
member function IsEOF()
|
|