This document is archived and information here might be outdated. Recommended version. |
Retrieves the next pair of rows in the enumeration sequence.
[Visual Basic .NET] Public Sub Next ( _ ByRef leftRow As IRow, _ ByRef rightRow As IRow _ )
[C#] public void Next ( ref IRow leftRow, ref IRow rightRow );
[C++]
HRESULT Next(
IRow** leftRow,
IRow** rightRow
);
[C++] Parameters leftRow [out]
leftRow is a parameter of type IRow** rightRow [out]
rightRow is a parameter of type IRow**