Click or drag to resize
IWrappedDataReader Properties

The IWrappedDataReader type exposes the following members.

Properties
  NameDescription
Public propertyCommand
Obtain the underlying command
Public propertyDepth
Gets a value indicating the depth of nesting for the current row.
(Inherited from IDataReader.)
Public propertyFieldCount
Gets the number of columns in the current row.
(Inherited from IDataRecord.)
Public propertyIsClosed
Gets a value indicating whether the data reader is closed.
(Inherited from IDataReader.)
Public propertyItemInt32
Gets the column located at the specified index.
(Inherited from IDataRecord.)
Public propertyItemString
Gets the column with the specified name.
(Inherited from IDataRecord.)
Public propertyReader
Obtain the underlying reader
Public propertyRecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
(Inherited from IDataReader.)
Top
See Also