 | QdbRowCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntaxpublic IEnumerator<QdbRow> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of QdbRow)
Return Value
Type:
IEnumeratorQdbRowAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also