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

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public static CriteriaOperator TransformExpression(
    XPDictionary dictionary,
    Expression<Func<T, bool>> expression,
    CustomCriteriaCollection customCriteriaCollection
)

Parameters

Name Type
dictionary XPDictionary
expression Expression<Func<T, Boolean>>
customCriteriaCollection DevExpress.Xpo.CustomCriteriaCollection

Returns

Type
CriteriaOperator
See Also