Link Constructor (DataRow, DataRow) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Link object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Link(
DataRow row,
DataRow[] conditionRows
)
Public Sub New (
row As DataRow,
conditionRows As DataRow()
)
public:
Link(
DataRow^ row,
array<DataRow^>^ conditionRows
)
DataPA.Utils.QueryEngine.Link = function(row, 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 See Also