QuerySplitResults Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this query will return multiple result sets
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SplitResults { get; set; }
Public Property SplitResults As Boolean
Get
Set
public:
virtual property bool SplitResults {
bool get () sealed;
void set (bool value) sealed;
}
function get_SplitResults();
function set_SplitResults(value);
Property Value
Type:
BooleanTrue if this query will return multiple result sets
Return Value
Type:
BooleanTrue if this query will return multiple result sets
Remarks See Also