XPQuery<T>.TransformExpression(XPDictionary, Expression<Func<T, Boolean>>, CustomCriteriaCollection) Method
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type |
|---|---|
| dictionary | XPDictionary |
| expression | Expression<Func<T, Boolean>> |
| customCriteriaCollection | DevExpress.Xpo.CustomCriteriaCollection |
Returns
| Type |
|---|
| CriteriaOperator |
See Also