Condition Constructor (DataRow) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new Condition object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Condition(
DataRow row
)
Public Sub New (
row As DataRow
)
public:
Condition(
DataRow^ row
)
DataPA.Utils.QueryEngine.Condition = function(row);
Parameters
- row
- Type: System.DataDataRow
The datarow that represents this object
Remarks See Also