Returns results for each requested variable for the given surveyName and date or date range.
Returns results for each requested variable for the given date range and survey.
public void RunDateRangeQuery(TextWriter,DateTime,DateTime,String,SDK_ResultsType,Boolean,Boolean,String[]);
Returns results for each requested variable for the given date and surveyName.
public void RunDateRangeQuery(TextWriter,DateTime,String,SDK_ResultsType,Boolean,Boolean,String[]);
Results are written to the TextWriter stream in the format given by the outputType parameter.
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | SDK_ResultsType