DatStat Illume 4.5 SDK Class Reference

WebServiceContext.ExecuteQuery Method (SDK_Query, TextWriter)

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 query,
   TextWriter textWriter
);

Parameters

query
The SDK_Query to be executed.
textWriter
The TextWriter that will accept the query results.

See Also

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