Reader Methods |
The Reader type exposes the following members.
| 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.
|