RelationalReader Methods

The RelationalReader type exposes the following members.

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