This documentation is archived and is not being maintained.
IDataReader Properties
Visual Studio 2010
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[Int32] | Gets the column located at the specified index. (Inherited from IDataRecord.) |
|
Item[String] | Gets the column with the specified name. (Inherited from IDataRecord.) |
|
RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Show: