RelationalReader Class | 
Namespace: Dundas.BI.Data.DataProviders
The RelationalReader type exposes the following members.
| Name | Description | |
|---|---|---|
| RelationalReader(DbCommand) | 
            Initializes a new instance of the RelationalReader class.
              | |
| RelationalReader(IDataReader) | 
            Initializes a new instance of the RelationalReader class.
              | 
| 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.
              | 
| Name | Description | |
|---|---|---|
| AddWarning | 
            Adds the warning to the current instance internal list.
              (Inherited from Reader.) | |
| Cancel | 
            Cancels the execution of the reader.
              (Overrides ReaderCancel.) | |
| ConvertValue | 
            Converts the string value according to the column definition.
              (Inherited from Reader.) | |
| Dispose | 
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
              (Inherited from Reader.) | |
| Dispose(Boolean) | 
            Releases unmanaged and (optionally) managed resources.
              (Overrides ReaderDispose(Boolean).) | |
| FieldValueOrDefaultT(Int32) | 
            Gets the field value or default(), if the value is DBNull.
              (Inherited from Reader.) | |
| FieldValueOrDefaultT(String) | 
            Gets the field value or default(), if the value is DBNull.
              | |
| Finalize | 
            Finalizes an instance of the Reader class.
              (Inherited from Reader.) | |
| GetSchemaTable | 
            Gets the schema table.
              | |
| Read | 
            Advances the reader to the next record.
              (Overrides ReaderRead.) |