Get all survey types from MetadataSurvey table with the specified category.

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

Syntax

C#
public DataTable GetMetadataSurveysByCategory(
	string category
)
Visual Basic
Public Function GetMetadataSurveysByCategory ( 
	category As String
) As DataTable
Visual C++
public:
DataTable^ GetMetadataSurveysByCategory(
	String^ category
)

Parameters

category
Type: System..::..String
value to match in SurveyCategory field.

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Caisis.DataAccess.FollowUpDA.GetMetadataSurveysByCategory(System.String)"]

See Also