Click or drag to resize

QdbCellCountValue Property

Gets the result reinterpreted as a long.

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

Property Value

Type: NullableInt64
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type Count
See Also