Элементы 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.

Тип IDataReaderExtension предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Dispose (Наследуется из IDisposable.)
Открытый метод GetFieldType Gets the Type information corresponding to the type of object that is returned from GetValue. (Наследуется из IDataReader.)
Открытый метод GetName Gets the name of the field to find. (Наследуется из IDataReader.)
Открытый метод GetOrdinal Return the index of the named field. (Наследуется из IDataReader.)
Открытый метод GetValue Return the value of the specified field. (Наследуется из IDataReader.)
Открытый метод IsAggregationField Indicates whether the data is aggregated by the field with the given index.
Открытый метод Read Advances the IDataReader to the next record. (Наследуется из IDataReader.)

В начало

Свойства

  Имя Описание
Открытое свойство AggregationFieldCount Gets the number of fields by which the data is aggregated.
Открытое свойство FieldCount Gets the number of fields in the data reader. (Наследуется из IDataReader.)
Открытое свойство IsAggregateRow Indicates whether the current row contains aggregate data.

В начало