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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
MoveNext() | Moves to the next IDataRecord interface in the AdomdDataReader. | |
Reset() | This method is not supported on the forward-only AdomdDataReader. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Current | Gets the current IDataRecord interface in the AdomdDataReader. |
Top
See Also