DatStat Illume 4.5 SDK Class Reference

WebServiceContext.CreateQuery Method (String, String, String[])

Returns an SDK_Query object for the given survey and selected variables.

public SDK_Query CreateQuery(
   String queryName,
   String surveyName,
   String[] selectVariableNames
);

Parameters

queryName
Used to name the raw and summary DataTable when the query is executed.
surveyName
The name of the survey that will be used as the source for this query.
selectVariableNames
A String array of variable names that will be returned in the result set when the query is executed.

Return Value

An SDK_Query object.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | WebServiceContext.CreateQuery Overload List