| QdbCellCountValue Property |
Gets the result reinterpreted as a long.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public long? CountValue { get; }
Public ReadOnly Property CountValue As Long?
Get
Property Value
Type:
NullableInt64Exceptions Exception | Condition |
---|
InvalidCastException | The result is not of type Count |
See Also