XPQuery<T>.TransformExpression(Session, Expression<Func<T, Boolean>>, CustomCriteriaCollection) Method
In This Article
Intended for internal use.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static CriteriaOperator TransformExpression(
Session session,
Expression<Func<T, bool>> expression,
CustomCriteriaCollection customCriteriaCollection
)
#Parameters
Name | Type |
---|---|
session | Session |
expression | Expression<Func<T, Boolean>> |
custom |
DevExpress. |
#Returns
Type |
---|
Criteria |
#Remarks
To convert a lambda expression into an instance of the CriteriaOperator class descendant, use the TransformExpression method overloads that don’t take the customCriteriaCollection parameter.
See Also