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