IRelClassEnumRowPairs Interface

Provides access to members that enumerate object row pairs.

Members

Name Description
Method Next Retrieves the next pair of rows in the enumeration sequence.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.