Session.Evaluate Method
Name | Parameters | Description |
---|---|---|
Evaluate(XPClassInfo, CriteriaOperator, CriteriaOperator) | classInfo, expression, criteria | Evaluates the specified expression for objects of the specified type. |
Evaluate(Type, CriteriaOperator, CriteriaOperator) | objectType, expression, criteria | Evaluates the specified expression for objects of the specified type. |
Evaluate<ClassType>(CriteriaOperator, CriteriaOperator) | expression, criteria | Evaluates the specified expression for objects of the type designated by the specified generic type parameter. |
Feedback