Click or drag to resize

QdbCellTimestampValue Property

Gets the result value.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntax
public Nullable<DateTime> TimestampValue { get; }

Property Value

Type: NullableDateTime
Exceptions
ExceptionCondition
InvalidCastExceptionThe result value is not of type Timestamp
See Also