IDataReader-Member

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.

Der IDataReader-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Dispose (Geerbt von IDisposable.)
Öffentliche Methode GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue.
Öffentliche Methode GetName Gets the name of the field to find.
Öffentliche Methode GetOrdinal Return the index of the named field.
Öffentliche Methode GetValue Return the value of the specified field.
Öffentliche Methode Read Advances the IDataReader to the next record.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FieldCount Gets the number of fields in the data reader.

Zum Anfang