Click or drag to resize

QdbTableReader.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.1.0 (3.13.1.0)
Syntax
public IEnumerator<QdbRow> GetEnumerator()

Return Value

Type: IEnumerator<QdbRow>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also