Provides access to members that enumerate object row pairs.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next pair of rows in the enumeration sequence. | |
Reset | Resets enumeration sequence to the beginning. |
IRelClassEnumRowPairs.Next Method
Retrieves the next pair of rows in the enumeration sequence.
Public Sub Next ( _
ByRef SourceRow As IRow, _
ByRef targetRow As IRow _
)
public void Next (
ref IRow SourceRow,
ref IRow targetRow
);
IRelClassEnumRowPairs.Reset Method
Resets enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IRelClassEnumRowPairs
Classes | Description |
---|