RelationalReader Class

Base class for the relational data reader.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersReader
    Dundas.BI.Data.DataProvidersRelationalReader

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class RelationalReader : Reader

The RelationalReader type exposes the following members.

Constructors
 NameDescription
Protected methodRelationalReader(DbCommand) Initializes a new instance of the RelationalReader class.
Protected methodRelationalReader(IDataReader) Initializes a new instance of the RelationalReader class.
Top
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
Methods
 NameDescription
Public methodAddWarning Adds the warning to the current instance internal list.
(Inherited from Reader)
Public methodCancel Cancels the execution of the reader.
(Overrides ReaderCancel)
Protected methodConvertValue Converts the string value according to the column definition.
(Inherited from Reader)
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Reader)
Protected methodDispose(Boolean) Releases unmanaged and (optionally) managed resources.
(Overrides ReaderDispose(Boolean))
Public methodFieldValueOrDefaultT(Int32) Gets the field value or default(), if the value is DBNull.
(Inherited from Reader)
Public methodFieldValueOrDefaultT(String) Gets the field value or default(), if the value is DBNull.
Protected methodFinalize Finalizes an instance of the Reader class.
(Inherited from Reader)
Public methodGetSchemaTable Gets the schema table.
Public methodRead Advances the reader to the next record.
(Overrides ReaderRead)
Top
See Also