DictionaryDataReader Properties
The DictionaryDataReader type exposes the following members.
Properties
| 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.
|
|
|
HasRows |
Gets a value that indicates whether this DbDataReader contains one or more rows.
|
|
|
IsClosed |
Gets a value indicating whether the DbDataReader is closed.
|
|
|
Item[([( String])]) |
Gets the Object with the specified name.
|
|
|
Item[([( Int32])]) |
Gets the Object with the specified ordinal.
|
|
|
RecordsAffected |
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
|
|
|
VisibleFieldCount | (Inherited from DbDataReader.) |

