Designates the type of results that should be returned from an SDK_Query when calling the ExecuteQuery method.
| Member Name | Description |
|---|---|
| None | A 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. |
| Raw | Raw results only are returned in the DataSet. |
| Summary | Summary results only are returned in the DataSet. |
| RawWithSummary | Both raw and summary results are returned in the DataSet. |
Namespace: DatStat.SDK.WebServiceWrappers
Assembly: WebServiceWrappers (in WebServiceWrappers.dll)
DatStat.SDK.WebServiceWrappers Namespace