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

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Subject(
	DataRow row,
	DataRow[] conditionRows,
	DataTable Lookups
)

Parameters

row
Type: System.DataDataRow
The datarow that represents this object
conditionRows
Type: System.DataDataRow
The datarows that represent the conditions for this subject
Lookups
Type: System.DataDataTable
The lookups data table
Remarks