QueryWizardAllowSplitResults Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the wizard should allow the definition of a query that returns multiple datasets
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool AllowSplitResults { get; set; }
Public Property AllowSplitResults As Boolean
Get
Set
public:
property bool AllowSplitResults {
bool get ();
void set (bool value);
}
function get_AllowSplitResults();
function set_AllowSplitResults(value);
Return Value
Type:
BooleanTrue if the wizard should allow the definition of a query that returns multiple datasets
See Also