Click or drag to resize

QdbQueryResult Class

Holds the result of a query.
Inheritance Hierarchy

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbQueryResult : SafeHandle

The QdbQueryResult type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
The returned columns.
Public propertyErrorMessage
An optional, detailed error message about the query failure.
Public propertyIsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
(Overrides SafeHandleIsInvalid.)
Public propertyRows
The returned rows.
Public propertyScannedPointCount
The number of scanned points, for information purposes.
Top
See Also