XPQuery<T>.TransformExpression(XPDictionary, Expression<Func<T, Boolean>>, CustomCriteriaCollection) Method
In This Article
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static CriteriaOperator TransformExpression(
XPDictionary dictionary,
Expression<Func<T, bool>> expression,
CustomCriteriaCollection customCriteriaCollection
)
#Parameters
Name | Type |
---|---|
dictionary | XPDictionary |
expression | Expression<Func<T, Boolean>> |
custom |
DevExpress. |
#Returns
Type |
---|
Criteria |
See Also