Click or drag to resize

QdbBulkCell Class

Represents a single cell in a bulk-read operation from a QuasarDB time series table.
Inheritance Hierarchy
SystemObject
  Quasardb.TimeSeries.ReaderQdbBulkCell

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbBulkCell

The QdbBulkCell type exposes the following members.

Properties
  NameDescription
Public propertyBlobValue
Gets the value of the cell as a byte array.
Public propertyDoubleValue
Gets the value of the cell as a nullable double.
Public propertyInt64Value
Gets the value of the cell as a nullable 64-bit integer.
Public propertyStringValue
Gets the value of the cell as a string.
Public propertyTimestampValue
Gets the value of the cell as a nullable DateTime.
Public propertyType
Gets the type of the column.
Public propertyValue
Gets the value of the cell as an object.
Top
See Also