Click or drag to resize

QdbSymbolColumnCollectionItem Property

Gets the column with the specified name. The symbol table is not fetched.

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

Parameters

name
Type: SystemString
The name of the column

Property Value

Type: QdbSymbolColumn
See Also