Skip to main content
.NET 6.0+

XPQuery<T>.TransformExpression(Session, Expression<Func<T, Boolean>>, CustomCriteriaCollection) Method

Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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>>
customCriteriaCollection DevExpress.Xpo.CustomCriteriaCollection

Returns

Type
CriteriaOperator

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