DatStat Illume 4.5 SDK Class Reference

HookContext.GetSurveyResponseViewName Method (String)

Returns the database view name for the given surveyName.

public string GetSurveyResponseViewName(
   String surveyName
);

Parameters

surveyName
The name of the survey.

Return Value

The name of the results database view for the named survey. If the ID is not found for the given survey name, null will be returned.

Remarks

When a survey is published a database view is created for the purposes of querying survey results. This view uses the friendly variable names for it’s columns as opposed to the internal IDs used in the actual database results table. This makes querying the survey results much easier for the DatStat Illume SDK developer.

See Also

HookContext Class | DatStat.Collector Namespace | HookContext.GetSurveyResponseViewName Overload List