 | QdbBulkRowGetEnumerator Method |
Returns an enumerator that iterates through the cells in the row.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic IEnumerator<QdbBulkCell> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of QdbBulkCell)
Return Value
Type:
IEnumeratorQdbBulkCellAn enumerator for the cells in the row.
Implements
IEnumerableTGetEnumerator
See Also