 | 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)
Syntaxpublic QdbBulkCell this[
long index
] { get; }
Public ReadOnly Default Property Item (
index As Long
) As QdbBulkCell
Get
Parameters
- index
- Type: SystemInt64
The column index.
Return Value
Type:
QdbBulkCellThe cell at the specified column index.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Thrown if index is out of bounds. |
See Also