Returns a list of Sections for a Survey, ordered by MIN(QuestionNum)

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public DataTable GetSurveySections(
	int metaSurveyId
)
Visual Basic
Public Function GetSurveySections ( 
	metaSurveyId As Integer
) As DataTable
Visual C++
public:
DataTable^ GetSurveySections(
	int metaSurveyId
)

Parameters

metaSurveyId
Type: System..::..Int32

[Missing <param name="metaSurveyId"/> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveySections(System.Int32)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.SurveyDa.GetSurveySections(System.Int32)"]

See Also