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

CustomCriteriaManager Class

A manager for custom criteria used in LINQ to XPO expressions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static class CustomCriteriaManager

Remarks

This class provides static members with which you can manage custom criterion registrations in your application. To learn how to register custom criteria for use in LINQ to XPO expressions, refer to How to: Implement Custom Functions and Criteria in LINQ to XPO.

Inheritance

Object
CustomCriteriaManager
See Also