CriteriaOperator.Parse Method
| Name | Parameters | Description |
|---|---|---|
| Parse(String, out OperandValue[]) static | stringCriteria, criteriaParametersList | Converts the specified string into its CriteriaOperator equivalent. Throws an exception if it cannot convert the string to a criterion. |
| Parse(String, Object[]) static | criteria, parameters | Converts the specified string into its CriteriaOperator equivalent. Throws an exception if it cannot convert the string to a criterion. |