QdbBulkRow Structure |
Namespace: Quasardb.TimeSeries.Reader
The QdbBulkRow type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of columns in this row.
| |
| ItemInt64 |
Gets the cell at the specified column index.
| |
| ItemString |
Gets the cell by column name.
| |
| Timestamp |
Gets the timestamp associated with this row.
|
| Name | Description | |
|---|---|---|
| GetEnumerator |
Returns an enumerator that iterates through the cells in the row.
|