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