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.15.0.0 (3.15.0.0)
Syntax
public class QdbCell

The QdbCell type exposes the following members.

Properties
  NameDescription
Public propertyBlobArray
Gets the result reinterpreted as an array of bytes.
Public propertyBlobValue
Gets the result reinterpreted as a byte array.
Public propertyCountValue
Gets the result reinterpreted as a long.
Public propertyDoubleArray
Gets the result reinterpreted as a double array.
Public propertyDoubleValue
Gets the result reinterpreted as a double.
Public propertyInt64Array
Gets the result reinterpreted as a int64 array.
Public propertyInt64Value
Gets the result reinterpreted as a long.
Public propertyStringArray
Gets the result reinterpreted as a string array.
Public propertyStringValue
Gets the result reinterpreted as a string.
Public propertyTimestampArray
Gets the result value reinterpreted as a DateTime Array.
Public propertyTimestampValue
Gets the result reinterpreted as a DateTime.
Public propertyType
Gets the type of result value.
Public propertyValue
Gets the result value.
Top
See Also