Compartir a través de


IDataReaderExtension Miembros

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.

El tipo IDataReaderExtension expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Dispose (Se hereda de IDisposable).
Método publico GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue. (Se hereda de IDataReader).
Método publico GetName Gets the name of the field to find. (Se hereda de IDataReader).
Método publico GetOrdinal Return the index of the named field. (Se hereda de IDataReader).
Método publico GetValue Return the value of the specified field. (Se hereda de IDataReader).
Método publico IsAggregationField Indicates whether the data is aggregated by the field with the given index.
Método publico Read Advances the IDataReader to the next record. (Se hereda de IDataReader).

Principio

Propiedades

  Nombre Descripción
Propiedad pública AggregationFieldCount Gets the number of fields by which the data is aggregated.
Propiedad pública FieldCount Gets the number of fields in the data reader. (Se hereda de IDataReader).
Propiedad pública IsAggregateRow Indicates whether the current row contains aggregate data.

Principio