QueryRootQuery Property |
|
DataPA OpenAnalytics API Reference
Gets the root query of this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query RootQuery { get; }
Public ReadOnly Property RootQuery As Query
Get
public:
virtual property Query^ RootQuery {
Query^ get () sealed;
}
function get_RootQuery();
Return Value
Type:
QueryThe root query of this query
See Also