DataTableReader Properties
.NET Framework 3.5
The DataTableReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Depth | The depth of nesting for the current row of the DataTableReader. (Overrides DbDataReader.Depth.) |
|
FieldCount | Returns the number of columns in the current row. (Overrides DbDataReader.FieldCount.) |
|
HasRows | Gets a value that indicates whether the DataTableReader contains one or more rows. (Overrides DbDataReader.HasRows.) |
|
IsClosed | Gets a value that indicates whether the DataTableReader is closed. (Overrides DbDataReader.IsClosed.) |
|
Item | Overloaded. Gets the value of the specified column in its native format. |
|
RecordsAffected | Gets the number of rows inserted, changed, or deleted by execution of the SQL statement. (Overrides DbDataReader.RecordsAffected.) |
|
VisibleFieldCount | Gets the number of fields in the DbDataReader that are not hidden. (Inherited from DbDataReader.) |