| QdbStringColumnCollection Class |
A collection of columns contains string point values.
Inheritance Hierarchy SystemObject
Quasardb.TimeSeriesQdbStringColumnCollection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public 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
|
TopMethods
| Name | Description |
---|
| GetEnumerator | Returns an enumerator that iterates through the collection. |
TopSee Also