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
InvalidOperationException
- The reader is closed.