QueryFilter NuGet Package

QueryFilter provides way of providing complex filtering on IQueryable<> with dynamic expression trees.

With one property, you can do multiple filters, ands, ors, contains, less than, not equals, etc for anything that implements IQueryable. This also applies to Entity Framework. You also get the ability to add grouping to your queries with a very simple syntax. Best of all, you only have to work with the filter properties.

You simply send your filter object and the query you want to apply the .Where clause to and QueryFilter takes care of the rest! You can even deserialize JSON into your filter if you want the UI to be able to apply these complex filters!.




Got any QueryFilter Question?





Info

Version: 1.0.4
Author(s): Dan Lorenz
Last Update: Friday, March 13, 2015
.NET Fiddle: Create the first Fiddle
Project Url: https://queryfilter.codeplex.com/
NuGet Url: https://www.nuget.org/packages/QueryFilter


Install
Install-Package QueryFilter
dotnet add package QueryFilter
paket add QueryFilter
QueryFilter Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

3303