IDataReaderExtension-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 used by SQL Server Reporting Services to retrieve aggregation-specific information about a result set.

Der IDataReaderExtension-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. (Geerbt von IDataReader.)
Öffentliche Methode GetName Gets the name of the field to find. (Geerbt von IDataReader.)
Öffentliche Methode GetOrdinal Return the index of the named field. (Geerbt von IDataReader.)
Öffentliche Methode GetValue Return the value of the specified field. (Geerbt von IDataReader.)
Öffentliche Methode IsAggregationField Indicates whether the data is aggregated by the field with the given index.
Öffentliche Methode Read Advances the IDataReader to the next record. (Geerbt von IDataReader.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AggregationFieldCount Gets the number of fields by which the data is aggregated.
Öffentliche Eigenschaft FieldCount Gets the number of fields in the data reader. (Geerbt von IDataReader.)
Öffentliche Eigenschaft IsAggregateRow Indicates whether the current row contains aggregate data.

Zum Anfang