Click or drag to resize

QdbCell Class

A variadic structure holding the result type as well as the result value.
Inheritance Hierarchy
SystemObject
  Quasardb.QueryQdbCell

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public class QdbCell

The QdbCell type exposes the following members.

Properties
  NameDescription
Public propertyBlobValue
Gets the result value.
Public propertyCountValue
Gets the result value.
Public propertyDoubleValue
Gets the result value.
Public propertyInt64Value
Gets the result value.
Public propertyStringValue
Gets the result value reinterpreted as a string.
Public propertyTimestampValue
Gets the result value.
Public propertyType
Gets the type of result value.
Public propertyValue
Gets the result value.
Top
See Also