Click or drag to resize
ExtendedDbDataReader Properties

The ExtendedDbDataReader type exposes the following members.

Properties
  NameDescription
Public propertyDepth
Gets a value indicating the depth of nesting for the current row.
(Overrides DbDataReaderDepth.)
Public propertyFieldCount
Gets the number of columns in the current row.
(Overrides DbDataReaderFieldCount.)
Public propertyHasRows
Gets a value that indicates whether this DbDataReader contains one or more rows.
(Overrides DbDataReaderHasRows.)
Public propertyIsClosed
Gets a value indicating whether the DbDataReader is closed.
(Overrides DbDataReaderIsClosed.)
Public propertyItemInt32
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReaderItemInt32.)
Public propertyItemString
Gets the value of the specified column as an instance of Object.
(Overrides DbDataReaderItemString.)
Public propertyRecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Overrides DbDataReaderRecordsAffected.)
Top
See Also