RefCountingDataReader Properties

Include Protected Members
Include Inherited Members

The RefCountingDataReader type exposes the following members.

Properties

  Name Description
Public property Depth
Gets a value indicating the depth of nesting for the current row.
(Inherited from DataReaderWrapper.)
Public property FieldCount
Gets the number of columns in the current row.
(Inherited from DataReaderWrapper.)
Public property InnerReader
The actual raw IDataReader we're wrapping.
(Inherited from DataReaderWrapper.)
Public property IsClosed
Gets a value indicating whether the data reader is closed.
(Inherited from DataReaderWrapper.)
Public property RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from DataReaderWrapper.)

See Also

RefCountingDataReader Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace