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