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

ICustomCriteriaOperatorQueryable Interface

The interface which must be implemented by classes that provide information on custom criteria to use in LINQ to XPO expressions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public interface ICustomCriteriaOperatorQueryable

Remarks

This class defines members that provide the following information:

  • The method that will be associated with a custom criterion.
  • The method that converts a LINQ to XPO expression to a CriteriaOperator object.
See Also