6.8.4.13 GetEnumerator

This method returns an IEnumerator that can be used to iterate through the collection (record set).

Declaration

// C#
public override IEnumerator GetEnumerator();

Return Value

An IEnumerator that can be used to iterate through the collection (record set).

Exceptions