This document is archived and information here might be outdated. Recommended version. |
Returns True if there are no more records in the record set.
[Visual Basic .NET]
Public Function IsFinished ( _
) As Boolean
[C#]
public bool IsFinished (
);
[C++]
HRESULT IsFinished(
void
);
Returns true if there are no more records to get from the cursor. IsFinished is called any time that NextRecord fails.