Click or drag to resize

QdbValueType Enumeration

Specifies the type of a value.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public enum QdbValueType
Members
  Member nameValueDescription
None-1 A null result />.
Double0 A result of type double />.
Blob1 A result of type byte[] />.
Int642 A result of type long />.
Timestamp3 A result of type DateTime.
Count4 A result of type long that represents a count.
String5 A result of type String />.
DoubleArray6 A result of type Double Array />.
Int64Array7 A result of type Int64 Array />.
BlobArray8 A result of type Blob Array />.
TimestampArray9 A result of type Timestamp Array />.
StringArray10 A result of type String Array />.
See Also