CachedResultsetDataReader Properties |
The CachedResultsetDataReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Depth |
Gets a value indicating the depth of nesting for the current row.
(Overrides DbDataReader.Depth.) |
![]() | FieldCount |
Gets the number of columns in the current row.
(Overrides DbDataReader.FieldCount.) |
![]() | HasRows |
Gets a value that indicates whether this DbDataReader contains one or more rows.
(Overrides DbDataReader.HasRows.) |
![]() | IsClosed |
Gets a value indicating whether the DbDataReader is closed.
(Overrides DbDataReader.IsClosed.) |
![]() | Item[Int32] |
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReader.Item[Int32].) |
![]() | Item[String] |
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReader.Item[String].) |
![]() | RecordsAffected |
Gets the number of rows changed, inserted, 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.) |