Click or drag to resize

QdbBulkRowItem Property (String)

Gets the cell by column name.

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

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: QdbBulkCell
The cell in the column with the specified name.
Exceptions
ExceptionCondition
QdbColumnNotFoundExceptionThrown if column with given name is not found.
See Also