DbDataReaderBase Class Members
In This Topic
The following tables list the members exposed by DbDataReaderBase.
Public Properties
| 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 | (Inherited from System.Data.Common.DbDataReader) |
Top
Public Methods
See Also