Click or drag to resize

QdbQueryResult Class

Holds the result of a query.
Inheritance Hierarchy
SystemObject
  Quasardb.QueryQdbQueryResult

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

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 propertyRows
The returned rows.
Public propertyScannedPointCount
The number of scanned points, for information purposes.
Top
Methods
  NameDescription
Public methodDispose
Release the query result.
Top
See Also