Base class for the data reader.
Inheritance Hierarchy Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic abstract class Reader : IReader,
IDisposable, IDataWarnings
Public MustInherit Class Reader
Implements IReader, IDisposable, IDataWarnings
public ref class Reader abstract : IReader,
IDisposable, IDataWarnings
[<AbstractClassAttribute>]
type Reader =
class
interface IReader
interface IDisposable
interface IDataWarnings
endThe Reader type exposes the following members.
Constructors| | Name | Description |
|---|
 | Reader |
Initializes a new instance of the Reader class.
|
Top
Properties| | 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.
|
Top
Methods| | 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.
|
Top
See Also