Click or drag to resize

QdbBulkReaderTable Constructor

Initializes a new instance of the QdbBulkReaderTable struct.

Namespace:  Quasardb.TimeSeries.Reader
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbBulkReaderTable(
	string name,
	IEnumerable<QdbTimeInterval> ranges
)

Parameters

name
Type: SystemString
Table name.
ranges
Type: System.Collections.GenericIEnumerableQdbTimeInterval
Time intervals to read from the table.
See Also