DatStat Illume 4.5 SDK Class Reference

SDK_QueryResultType Enumeration

Designates the type of results that should be returned from an SDK_Query when calling the ExecuteQuery method.

public enum SDK_QueryResultType

Members

Member Name Description
NoneA null DataSet is returned. If the proper WebServiceContext.ExecuteQuery overload is called the rowCount parameter will contain the number of rows returned from the query.
RawRaw results only are returned in the DataSet.
SummarySummary results only are returned in the DataSet.
RawWithSummaryBoth raw and summary results are returned in the DataSet.

Requirements

Namespace: DatStat.SDK.WebServiceWrappers

Assembly: WebServiceWrappers (in WebServiceWrappers.dll)

See Also

DatStat.SDK.WebServiceWrappers Namespace