DatStat Illume 4.5 SDK Class Reference

WebServiceContext.ExecuteQuery Method

Executes a query defined in an SDK_Query object and returns the raw data to a TextWriter or returns a DataSet object containing Raw and/or Summary tables.

Overload List

Executes the query defined in the SDK_Query parameter and returns the results in a DataSet. The contents of the DataSet are determined by the QueryResultType.

public DataSet ExecuteQuery(SDK_Query,out Int32&);

Executes the query defined by query and returns the raw data to the given TextWriter object in the format given by the DownloadOutputType property of query.

public void ExecuteQuery(SDK_Query,TextWriter);

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace