GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDataReader Interface |
The following tables list the members exposed by IDataReader.
Name | Description | |
---|---|---|
FieldCount | Returns the number of fields in the current row. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) |
Name | Description | |
---|---|---|
Dispose | (Inherited from System.IDisposable) | |
GetData | Returns an IDataRecord providing access to a related set of child records. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetFieldType | Gets the data type of the field at the specified index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetName | Gets the name of the field at the specified field index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetOrdinal | Gets the ordinal field index of the field with the specified name. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetValue | Gets the value of the field at the specified index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
Read | Advances to the next record. |