| ReadTKey, TValue(IDatabaseReaderTKey, TValue) | Reads all available data from the database reader. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, SeekFilterBaseTKey) | Reads data from the database reader using a specified time filter. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64) | Reads data from the database reader using a specified timestamp. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, SeekFilterBaseTKey, IEnumerableUInt64) | Reads data from the database reader using a specified time filter and point IDs. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64, UInt64) | Reads data from the database reader using a specified time range. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, DateTime, DateTime, IEnumerableUInt64) | Reads data from the database reader using a specified time range and point IDs, using DateTime values for the time range. |
| ReadTKey, TValue(IDatabaseReaderTKey, TValue, UInt64, UInt64, IEnumerableUInt64) | Reads data from the database reader using a specified time range and point IDs. |