 | QdbTableReader Class |
A local table used for reading from a table.
Inheritance Hierarchy
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.0.0 (3.10.0.0)
Syntaxpublic sealed class QdbTableReader : IEnumerable<QdbRow>,
IEnumerable, IDisposable
Public NotInheritable Class QdbTableReader
Implements IEnumerable(Of QdbRow), IEnumerable,
IDisposable
The QdbTableReader type exposes the following members.
Methods
| Name | Description |
---|
 | Dispose |
Release the table reader.
|
 | GetEnumerator | Returns an enumerator that iterates through the collection. |
Top
See Also