Click or drag to resize
QueryResultsSet Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets property that contains the datasets for this query.

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

Property Value

Type: Collection
A property that contains the datasets for this query.

Return Value

Type: Collection
A property that contains the datasets for this query.
See Also