Compartilhar via


Membros IDataReader

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.

O tipo IDataReader expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Dispose (Herdado de IDisposable.)
Método público GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
Método público GetName Gets the name of the field to find.
Método público GetOrdinal Return the index of the named field.
Método público GetValue Return the value of the specified field.
Método público Read Advances the IDataReader to the next record.

Início

Propriedades

  Nome Descrição
Propriedade pública FieldCount Gets the number of fields in the data reader.

Início