RelationalReader Properties |
The RelationalReader type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelOnDispose |
Gets or sets a value indicating whether to enable cancel on dispose.
| |
| CommandBehavior |
Gets the command behavior.
(Inherited from Reader.) | |
| CommandTimeout |
Gets the wait time before terminating the attempt to execute a command
and generating an error.
(Inherited from Reader.) | |
| DataReader |
Gets the data reader.
| |
| HasWarnings |
Gets a value indicating whether this instance,or one of its dependencies, has warnings.
(Inherited from Reader.) | |
| IsClosed |
Gets a value indicating whether the data reader is closed.
| |
| ItemInt32 |
Gets the element value located at the specified index.
(Overrides ReaderItemInt32.) | |
| ItemString |
Gets the column with the specified column name.
| |
| Schema |
Gets the column metadata of the reader.
(Inherited from Reader.) | |
| Warnings |
Gets the warnings for the current instance, as well as for any dependency objects.
(Inherited from Reader.) | |
| WrappedCommand |
Gets the wrapped command.
| |
| WrappedReader |
Gets the wrapped reader.
|