Click or drag to resize

QdbRowItem Property (Int64)

Gets the result value at the specified index.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbCell this[
	long index
] { get; }

Parameters

index
Type: SystemInt64
The zero-based position in the row

Property Value

Type: QdbCell
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIf index is negative or above Count
See Also