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