 | QdbTimestampColumnCollection Class |
A collection of columns contains timestamp point values.
Inheritance HierarchySystemObject Quasardb.TimeSeriesQdbTimestampColumnCollection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntaxpublic class QdbTimestampColumnCollection : IEnumerable<QdbTimestampColumn>,
IEnumerable
Public Class QdbTimestampColumnCollection
Implements IEnumerable(Of QdbTimestampColumn), IEnumerable
The QdbTimestampColumnCollection 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