Provides access to members that enumerate through the classes.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next attributed relationship. | |
Reset | Resets enumeration sequence to the beginning. |
IEnumTable.Next Method
Retrieves the next attributed relationship.
Public Function Next ( _
) As ITable
public ITable Next (
);
IEnumTable.Reset Method
Resets enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumTable
Classes | Description |
---|