 | 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)
Syntaxpublic QdbSymbolColumn this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As QdbSymbolColumn
Get
Parameters
- name
- Type: SystemString
The name of the column
Property Value
Type:
QdbSymbolColumn
See Also