This documentation is archived and is not being maintained.
IDataReader Properties
Visual Studio 2008
The IDataReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Depth | Gets a value indicating the depth of nesting for the current row. |
|
FieldCount | Gets the number of columns in the current row. (Inherited from IDataRecord.) |
|
IsClosed | Gets a value indicating whether the data reader is closed. |
|
Item | Overloaded. Gets the specified column. |
|
RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Show: