Query Constructor (QTable, QNode)NReco.Data Class Library Documentation
Initializes a new instance of the Query with specified table and condition

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public Query(
	QTable table,
	QNode condition
)
See Also