QueryResultsSet Property |
|
DataPA OpenAnalytics API Reference
Gets and sets property that contains the datasets for this query.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Collection ResultsSet { get; set; }
Public Property ResultsSet As Collection
Get
Set
public:
virtual property Collection^ ResultsSet {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_ResultsSet();
function set_ResultsSet(value);
Property Value
Type:
CollectionA property that contains the datasets for this query.
Return Value
Type:
CollectionA property that contains the datasets for this query.
See Also