Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 439 Bytes

PredefinedFilterDemo

This project demonstrates that how to apply pre-defined filters efficiently for IQueryable collections, which also works with OData. The following filters are demonstrated here:

  • BaseFilter (universal, for complex scenarios)
  • DateTimeFilter
  • EnumFilter
  • NumberFilter
  • NullFilter
  • StringFilter

Explanation can be found in this blog.