Click or drag to resize

QdbValueType Enumeration

Specifies the type of a value.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.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 />.
See Also