This document is archived and information here might be outdated. Recommended version. |
Retrieves the next row in the sequence.
[Visual Basic .NET] Public Function Next ( _ ) As IRow
[C#] public IRow Next ( );
[C++]
HRESULT Next(
void
);
This method retreives the next IRow object in the enumeration. If the enumeration has been reset, the Next method will return the first row in the enumeration. If the enumeration is at the end of its collection, the Next method will return a NULL object.