IDataReader Properties
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| 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:
