Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPQuery<T>.TransformExpression Method

Name Parameters Description
TransformExpression(XPDictionary, Expression<Func<T, Boolean>>, CustomCriteriaCollection) static dictionary, expression, customCriteriaCollection
TransformExpression(Session, Expression<Func<T, Boolean>>, CustomCriteriaCollection) static session, expression, customCriteriaCollection Intended for internal use.
TransformExpression(Session, Expression<Func<T, Boolean>>) static session, expression Converts a lambda expression into an instance of the CriteriaOperator class descendant.
TransformExpression(Expression<Func<T, Boolean>>, CustomCriteriaCollection) expression, customCriteriaCollection Intended for internal use.
TransformExpression(Expression<Func<T, Boolean>>) expression Converts a lambda expression into an instance of the CriteriaOperator class descendant.