Subjects Constructor (DataRow, DataTable, DataTable) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Subjects object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Subjects(
DataRow[] rows,
DataTable conditionsTable,
DataTable lookupsDataTable
)
Public Sub New (
rows As DataRow(),
conditionsTable As DataTable,
lookupsDataTable As DataTable
)
public:
Subjects(
array<DataRow^>^ rows,
DataTable^ conditionsTable,
DataTable^ lookupsDataTable
)
DataPA.Utils.QueryEngine.Subjects = function(rows, conditionsTable, lookupsDataTable);
Parameters
- rows
- Type: System.DataDataRow
The datarows that represent the Subjects - conditionsTable
- Type: System.DataDataTable
The conditions data table - lookupsDataTable
- Type: System.DataDataTable
The lookups data table
Remarks See Also