IDataReaderExtension Members
Include Protected Members
Include Inherited Members
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.
The IDataReaderExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) | |
GetFieldType(Int32) | Gets the Type information corresponding to the type of object that is returned from GetValue. (Inherited from IDataReader.) | |
GetName(Int32) | Gets the name of the field to find. (Inherited from IDataReader.) | |
GetOrdinal(String) | Return the index of the named field. (Inherited from IDataReader.) | |
GetValue(Int32) | Return the value of the specified field. (Inherited from IDataReader.) | |
IsAggregationField(Int32) | Indicates whether the data is aggregated by the field with the given index. | |
Read() | Advances the IDataReader to the next record. (Inherited from IDataReader.) |
Top
Properties
Name | Description | |
---|---|---|
AggregationFieldCount | Gets the number of fields by which the data is aggregated. | |
FieldCount | Gets the number of fields in the data reader. (Inherited from IDataReader.) | |
IsAggregateRow | Indicates whether the current row contains aggregate data. |
Top