Partager via


Membres 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.

Le type IDataReader expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Dispose (Hérité de IDisposable.)
Méthode publique GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
Méthode publique GetName Gets the name of the field to find.
Méthode publique GetOrdinal Return the index of the named field.
Méthode publique GetValue Return the value of the specified field.
Méthode publique Read Advances the IDataReader to the next record.

Haut de la page

Propriétés

  Nom Description
Propriété publique FieldCount Gets the number of fields in the data reader.

Haut de la page