Reader Class | 
Namespace: Dundas.BI.Data.DataProviders
The Reader type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandBehavior | 
            Gets the command behavior.
              | |
| CommandTimeout | 
            Gets the wait time before terminating the attempt to execute a command
            and generating an error.
              | |
| HasWarnings | 
            Gets a value indicating whether this instance,or one of its dependencies, has warnings.
              | |
| Item | 
            Gets the element value located at the specified index.
              | |
| Schema | 
            Gets the column metadata of the reader.
              | |
| Warnings | 
            Gets the warnings for the current instance, as well as for any dependency objects.
              | 
| Name | Description | |
|---|---|---|
| AddWarning | 
            Adds the warning to the current instance internal list.
              | |
| Cancel | 
            Cancels the execution of the reader.
              | |
| ConvertValue | 
            Converts the string value according to the column definition.
              | |
| Dispose | 
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
              | |
| Dispose(Boolean) | 
            Releases unmanaged and (optionally) managed resources.
              | |
| FieldValueOrDefaultT | 
            Gets the field value or default(), if the value is DBNull.
              | |
| Finalize | 
            Finalizes an instance of the Reader class.
              (Overrides ObjectFinalize.) | |
| Read | 
            Advances the reader to the next record.
              |