Click or drag to resize

QdbCellInt64Array Property

Gets the result reinterpreted as a int64 array.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.5.0 (3.13.5.0)
Syntax
public long[] Int64Array { get; }

Property Value

Type: Int64
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type Int64Array
See Also