RelationalReader Properties

The RelationalReader type exposes the following members.

Properties
  NameDescription
Public propertyCancelOnDispose
Gets or sets a value indicating whether to enable cancel on dispose.
Protected propertyCommandBehavior
Gets the command behavior.
(Inherited from Reader.)
Protected propertyCommandTimeout
Gets the wait time before terminating the attempt to execute a command and generating an error.
(Inherited from Reader.)
Public propertyDataReader
Gets the data reader.
Public propertyHasWarnings
Gets a value indicating whether this instance,or one of its dependencies, has warnings.
(Inherited from Reader.)
Public propertyIsClosed
Gets a value indicating whether the data reader is closed.
Public propertyItemInt32
Gets the element value located at the specified index.
(Overrides ReaderItemInt32.)
Public propertyItemString
Gets the column with the specified column name.
Public propertySchema
Gets the column metadata of the reader.
(Inherited from Reader.)
Public propertyWarnings
Gets the warnings for the current instance, as well as for any dependency objects.
(Inherited from Reader.)
Protected propertyWrappedCommand
Gets the wrapped command.
Protected propertyWrappedReader
Gets the wrapped reader.
Top
See Also