 | QdbSymbolColumnCollection Class |
A collection of columns contains symbol point values.
Inheritance Hierarchy
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.13.0.0 (3.13.0.0)
Syntaxpublic class QdbSymbolColumnCollection : IEnumerable<QdbSymbolColumn>,
IEnumerable
Public Class QdbSymbolColumnCollection
Implements IEnumerable(Of QdbSymbolColumn), IEnumerable
The QdbSymbolColumnCollection type exposes the following members.
Properties
| Name | Description |
---|
 | Item |
Gets the column with the specified name.
The symbol table is not fetched. |
Top
Methods
| Name | Description |
---|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also