Reader Methods

The Reader type exposes the following members.

Methods
  NameDescription
Public methodAddWarning
Adds the warning to the current instance internal list.
Public methodCancel
Cancels the execution of the reader.
Protected methodConvertValue
Converts the string value according to the column definition.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and (optionally) managed resources.
Public methodFieldValueOrDefaultT
Gets the field value or default(), if the value is DBNull.
Protected methodFinalize
Finalizes an instance of the Reader class.
(Overrides ObjectFinalize.)
Public methodRead
Advances the reader to the next record.
Top
See Also