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

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

Parameters

row
Type: System.DataDataRow
The datarow that represents this object
conditionRows
Type: System.DataDataRow
The datarows that represent the conditions for this link
Remarks