Click or drag to resize

QdbTimestampColumnCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public IEnumerator<QdbTimestampColumn> GetEnumerator()

Return Value

Type: IEnumeratorQdbTimestampColumn
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also