RelationalReader Methods |
The RelationalReader type exposes the following members.
| Name | Description | |
|---|---|---|
| AddWarning |
Adds the warning to the current instance internal list.
(Inherited from Reader.) | |
| Cancel |
Cancels the execution of the reader.
(Overrides ReaderCancel.) | |
| ConvertValue |
Converts the string value according to the column definition.
(Inherited from Reader.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Reader.) | |
| Dispose(Boolean) |
Releases unmanaged and (optionally) managed resources.
(Overrides ReaderDispose(Boolean).) | |
| FieldValueOrDefaultT(Int32) |
Gets the field value or default(), if the value is DBNull.
(Inherited from Reader.) | |
| FieldValueOrDefaultT(String) |
Gets the field value or default(), if the value is DBNull.
| |
| Finalize |
Finalizes an instance of the Reader class.
(Inherited from Reader.) | |
| GetSchemaTable |
Gets the schema table.
| |
| Read |
Advances the reader to the next record.
(Overrides ReaderRead.) |