 | QdbRow.GetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntaxpublic IEnumerator<QdbCell> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of QdbCell)
Return Value
Type:
IEnumerator<QdbCell>An enumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also