DataTableReader Properties
Assembly: System.Data (in System.Data.dll)
| 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[Int32] | Gets the value of the specified column in its native format given the column ordinal.(Overrides DbDataReader::Item[Int32].) |
![]() | Item[String^] | Gets the value of the specified column in its native format given the column name.(Overrides DbDataReader::Item[String^].) |
![]() | 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.) |
