
The format of the string is the same as in the stringCriteria parameter of the CriteriaOperator.Parse parameter. You can add question marks to a string to indicate the position of parameter values. When an expression is evaluated, question marks are replaced with parameter values. To provide parameter values, use the CriteriaParameters property.
source
share