Back to Devexpress

ICustomCriteriaOperatorQueryable Interface

xpo-devexpress-dot-xpo-56c4fe61.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public interface ICustomCriteriaOperatorQueryable
vb
Public Interface ICustomCriteriaOperatorQueryable

The following members return ICustomCriteriaOperatorQueryable objects:

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

ICustomCriteriaOperatorQueryable Members

DevExpress.Xpo Namespace