QdbCell Class |
Namespace: Quasardb.Query
The QdbCell type exposes the following members.
Name | Description | |
---|---|---|
BlobArray |
Gets the result reinterpreted as an array of bytes.
| |
BlobValue |
Gets the result reinterpreted as a byte array.
| |
CountValue |
Gets the result reinterpreted as a long.
| |
DoubleArray |
Gets the result reinterpreted as a double array.
| |
DoubleValue |
Gets the result reinterpreted as a double.
| |
Int64Array |
Gets the result reinterpreted as a int64 array.
| |
Int64Value |
Gets the result reinterpreted as a long.
| |
StringArray |
Gets the result reinterpreted as a string array.
| |
StringValue |
Gets the result reinterpreted as a string.
| |
TimestampArray |
Gets the result value reinterpreted as a DateTime Array.
| |
TimestampValue |
Gets the result reinterpreted as a DateTime.
| |
Type |
Gets the type of result value.
| |
Value |
Gets the result value.
|