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