Click or drag to resize
QuerySummarise Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether this query will summarise the data returned by the Open API query

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

Return Value

Type: Boolean
True if this query will summarise the data returned by the Open API query
See Also