QdbBulkCell Class |
Namespace: Quasardb.TimeSeries.Reader
The QdbBulkCell type exposes the following members.
| Name | Description | |
|---|---|---|
| BlobValue |
Gets the value of the cell as a byte array.
| |
| DoubleValue |
Gets the value of the cell as a nullable double.
| |
| Int64Value |
Gets the value of the cell as a nullable 64-bit integer.
| |
| StringValue |
Gets the value of the cell as a string.
| |
| TimestampValue |
Gets the value of the cell as a nullable DateTime.
| |
| Type |
Gets the type of the column.
| |
| Value |
Gets the value of the cell as an object.
|