DatStat Illume 4.5 SDK Class Reference

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

Overloaded method that allows the user to specify the lcid to use for all returned results if the base survey is localized.

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

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.
lcid
If the source survey is localized, the lcid can specify which language the result set should be returned as.

Return Value

An SDK_Query object.

See Also

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