Click or drag to resize

QdbCell Class

A variadic structure holding the type as well as the value.
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeries.ReaderQdbCell

Namespace:  Quasardb.TimeSeries.Reader
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 propertyBlobValue
Gets the value.
Public propertyDoubleValue
Gets the value.
Public propertyInt64Value
Gets the value.
Public propertyStringValue
Gets the value.
Public propertyTimestampValue
Gets the value.
Public propertyType
Gets the type of the value.
Public propertyValue
Gets the value.
Top
See Also