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 SourceRow As IRow, _ ByRef targetRow As IRow _ )
[C#] public void Next ( ref IRow SourceRow, ref IRow targetRow );
[C++]
HRESULT Next(
IRow** SourceRow,
IRow** targetRow
);
[C++] Parameters SourceRow [out]
SourceRow is a parameter of type IRow** targetRow [out]
targetRow is a parameter of type IRow**