| 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
Syntaxpublic static QueryParameterHelperParameterType ParseParameterType(
string parameterTypeStr
)
Parameters
- parameterTypeStr
- Type: SystemString
Return Value
Type:
QueryParameterHelperParameterTypethe start token string
See Also