SetupManager Constructor (Application) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new object.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SetupManager(
Application Parent
)
Public Sub New (
Parent As Application
)
public:
SetupManager(
Application^ Parent
)
DataPA.Utils.QueryEngine.SetupManager = function(Parent);
Parameters
- Parent
- Type: DataPA.Utils.QueryEngineApplication
The object that represents the parent of this object.
Remarks See Also