Click or drag to resize

QdbCell.Int64Value Property

Gets the result value.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public long? Int64Value { get; }

Property Value

Type: Nullable<Int64>
Exceptions
ExceptionCondition
InvalidCastExceptionThe result value is not of type Int64
See Also