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