IDataReader Members
.NET Framework 2.0
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 implemented by .NET Framework data providers that access relational databases.
The following tables list the members exposed by the IDataReader type.
| Name | Description | |
|---|---|---|
| Depth | Gets a value indicating the depth of nesting for the current row. |
| IsClosed | Gets a value indicating whether the data reader is closed. |
| RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
| Name | Description | |
|---|---|---|
| Close | Closes the IDataReader 0bject. |
| GetSchemaTable | Returns a DataTable that describes the column metadata of the IDataReader. |
| NextResult | Advances the data reader to the next result, when reading the results of batch SQL statements. |
| Read | Advances the IDataReader to the next record. |
Community Additions
ADD
Show: