Click or drag to resize

QdbBulkRowItem Property (Int64)

Gets the cell at the specified column index.

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

Parameters

index
Type: SystemInt64
The column index.

Return Value

Type: QdbBulkCell
The cell at the specified column index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if index is out of bounds.
See Also