Share via


IDataReader Members

Include Protected Members
Include Inherited Members

Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by Reporting Services Data Processing Extensions that access relational databases.

The IDataReader type exposes the following members.

Methods

  Name Description
Public method Dispose() (Inherited from IDisposable.)
Public method GetFieldType(Int32) Gets the Type information corresponding to the type of object that is returned from GetValue.
Public method GetName(Int32) Gets the name of the field to find.
Public method GetOrdinal(String) Return the index of the named field.
Public method GetValue(Int32) Return the value of the specified field.
Public method Read() Advances the IDataReader to the next record.

Top

Properties

  Name Description
Public property FieldCount Gets the number of fields in the data reader.

Top