Skip to main content
A newer version of this page is available. .

CriteriaOperator.ParseList Method

Name Parameters Description
ParseList(String, out OperandValue[]) static criteriaList, criteriaParametersList Converts the specified string into its CriteriaOperators equivalent. Expressions should be divided by a semicolon (';'). Throws an exception if it cannot convert the string to criteria.
ParseList(String, Object[]) static criteriaList, parameters Converts the specified string into its CriteriaOperators equivalent. Expressions should be divided by a semicolon (';'). Throws an exception if it cannot convert the string to criteria.