Click or drag to resize

QdbCellInt64Value Property

Gets the value.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public long? Int64Value { get; }

Property Value

Type: NullableInt64
Exceptions
ExceptionCondition
InvalidCastExceptionThe value is not of type Int64
See Also