A newer version of this page is available.
Switch to the current version.
XPQuery<T>.TransformExpression(Expression<Func<T, Boolean>>, CustomCriteriaCollection) Method
Intended for internal use.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public CriteriaOperator TransformExpression(
Expression<Func<T, bool>> expression,
CustomCriteriaCollection customCriteriaCollection
)
Public Function TransformExpression(
expression As Expression(Of Func(Of T, Boolean)),
customCriteriaCollection As CustomCriteriaCollection
) As CriteriaOperator
Parameters
Name | Type |
---|---|
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
Feedback