Back to Devexpress

Session.Evaluate Method

xpo-devexpress-dot-xpo-dot-session-dot-evaluate.md

latest1.0 KB
Original Source

Session.Evaluate Method

NameParametersDescription
Evaluate(XPClassInfo, CriteriaOperator, CriteriaOperator)classInfo, expression, criteriaEvaluates the specified expression for objects of the specified type.
Evaluate(Type, CriteriaOperator, CriteriaOperator)objectType, expression, criteriaEvaluates the specified expression for objects of the specified type.
Evaluate<ClassType>(CriteriaOperator, CriteriaOperator)expression, criteriaEvaluates the specified expression for objects of the type designated by the specified generic type parameter.