Click or drag to resize

QueryParameterHelperParseParameterType Method

Parse a string to a parameter type. The string must be equal to the enum type

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static QueryParameterHelperParameterType ParseParameterType(
	string parameterTypeStr
)

Parameters

parameterTypeStr
Type: SystemString

Return Value

Type: QueryParameterHelperParameterType
the start token string
See Also