Click or drag to resize
QuerySystems Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the systems object that the subject this query relates to should belong to

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Systems Systems { get; set; }

Return Value

Type: Systems
The systems object that the subject this query relates to should belong to
Remarks
This property is not serialized, however needs to be set before the query can be run or the parameters derived.
See Also