Click or drag to resize
Conditions Constructor (DataRow, Fields) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new Conditions object

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Conditions(
	DataRow[] rows,
	Fields Fields
)

Parameters

rows
Type: System.DataDataRow
The datarows that represent the Condition
Fields
Type: DataPA.Utils.QueryEngineFields
The subject fields for the subject these conditions relate to
Remarks