 | QdbCellInt64Value 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> Int64Value { get; }
Public ReadOnly Property Int64Value As Nullable(Of Long)
Get
Property Value
Type:
NullableInt64
ExceptionsException | Condition |
---|
InvalidCastException | The result value is not of type Int64 |
See Also