QueryCombineResults Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the results of a multi level query should be combined into a single dataset
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool CombineResults { get; set; }
Public Property CombineResults As Boolean
Get
Set
public:
virtual property bool CombineResults {
bool get () sealed;
void set (bool value) sealed;
}
function get_CombineResults();
function set_CombineResults(value);
Property Value
Type:
BooleanTrue if the results of a multi level query should be combined into a single dataset
Return Value
Type:
BooleanTrue if the results of a multi level query should be combined into a single dataset
Remarks See Also