Condividi tramite


Membri IDataReaderExtension

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.

Il tipo IDataReaderExtension espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Dispose (Ereditato da IDisposable).
Metodo pubblico GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue. (Ereditato da IDataReader).
Metodo pubblico GetName Gets the name of the field to find. (Ereditato da IDataReader).
Metodo pubblico GetOrdinal Return the index of the named field. (Ereditato da IDataReader).
Metodo pubblico GetValue Return the value of the specified field. (Ereditato da IDataReader).
Metodo pubblico IsAggregationField Indicates whether the data is aggregated by the field with the given index.
Metodo pubblico Read Advances the IDataReader to the next record. (Ereditato da IDataReader).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AggregationFieldCount Gets the number of fields by which the data is aggregated.
Proprietà pubblica FieldCount Gets the number of fields in the data reader. (Ereditato da IDataReader).
Proprietà pubblica IsAggregateRow Indicates whether the current row contains aggregate data.

In alto