 | QdbCellCountValue Property |
Gets the result value.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic Nullable<long> CountValue { get; }Public ReadOnly Property CountValue As Nullable(Of Long)
Get
Property Value
Type:
NullableInt64
Exceptions| Exception | Condition |
|---|
| InvalidCastException | The result value is not of type Count |
See Also