QdbQueryResult Class |
Namespace: Quasardb.Query
The QdbQueryResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnNames |
The returned columns.
| |
| ErrorMessage |
An optional, detailed error message about the query failure.
| |
| IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) | |
| Rows |
The returned rows.
| |
| ScannedPointCount |
The number of scanned points, for information purposes.
|