IEnumTable Interface

Provides access to members that enumerate through the classes.

Members

Name Description
Method Next Retrieves the next attributed relationship.
Method 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

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