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

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

Parameters

rows
Type: System.DataDataRow
The datarows that represent the Link
conditionsTable
Type: System.DataDataTable
The datarows that represents the conditions for subjects
Remarks