Name | Description | |
---|---|---|
![]() | Depth | Overridden. Gets a value indicating the depth of nesting for the current row. |
![]() | EndOfData | Indicates whether the DbDataReaderBase has been read completely. |
![]() | FieldCount | Overridden. Gets the number of columns in the current row. |
![]() | HasRows | Overridden. Gets a value indicating whether the DbDataReaderBase contains one or more rows. |
![]() | IsClosed | Overridden. Gets a value indicating whether the data reader is closed. |
![]() | Item | Overloaded. Overridden. Gets the value of the specified column in its native format given the column name. |
![]() | RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() | VisibleFieldCount | Gets the number of fields in the System.Data.Common.DbDataReader that are not hidden. (Inherited from System.Data.Common.DbDataReader) |