This document is archived and information here might be outdated. Recommended version. |
Gets the next row in the record set.
[Visual Basic .NET]
Public Sub NextRecord ( _
)
[C#]
public void NextRecord (
);
[C++]
HRESULT NextRecord(
void
);
NextRecord advances the cursor helper to represent the next record in the collection. Calling this method repeatedly should get all the records in the results without getting any record twice. This method fails when there are no more records left to get.