AdomdDataReader.Enumerator Members

Include Protected Members
Include Inherited Members

Implements the IEnumeratorinterface to support iterating over a AdomdDataReader and reading its individual records.

The AdomdDataReader.Enumerator type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method MoveNext() Moves to the next IDataRecord interface in the AdomdDataReader.
Public method Reset() This method is not supported on the forward-only AdomdDataReader.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Current Gets the current IDataRecord interface in the AdomdDataReader.

Top