Click or drag to resize
FormHelperGetDataTypeWhereCondition Method
Gets the where condition for Form controls for the given data type

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetDataTypeWhereCondition(
	string dataType
)

Parameters

dataType
Type: SystemString
Data type

Return Value

Type: String
See Also