EntityFramework.DynamicFilters
2.8.1
See the version list below for details.
dotnet add package EntityFramework.DynamicFilters --version 2.8.1
NuGet\Install-Package EntityFramework.DynamicFilters -Version 2.8.1
<PackageReference Include="EntityFramework.DynamicFilters" Version="2.8.1" />
paket add EntityFramework.DynamicFilters --version 2.8.1
#r "nuget: EntityFramework.DynamicFilters, 2.8.1"
// Install EntityFramework.DynamicFilters as a Cake Addin #addin nuget:?package=EntityFramework.DynamicFilters&version=2.8.1 // Install EntityFramework.DynamicFilters as a Cake Tool #tool nuget:?package=EntityFramework.DynamicFilters&version=2.8.1
Provides global & scoped filters for Entity Framework with dynamic filter parameters that are evaluated at query execution. Supports use cases such as Multi-Tenancy and Soft Deletes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.1.1)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on EntityFramework.DynamicFilters:
Package | Downloads |
---|---|
Abp.EntityFramework
Abp.EntityFramework |
|
Stove.EntityFramework
EntityFramework integration for Stove. |
|
Witcare.Data
Witcare Data dll |
|
Vstack.Services
Vstack.Services |
|
Skymate.EntityFramework
Skymate Framework |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on EntityFramework.DynamicFilters:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
|
|
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
|
Version | Downloads | Last updated |
---|---|---|
3.2.4 | 548,662 | 1/26/2022 |
3.2.3 | 107,939 | 12/8/2021 |
3.2.2 | 52,508 | 10/30/2021 |
3.2.1 | 20,605 | 9/17/2021 |
3.2.0 | 388,467 | 6/15/2020 |
3.1.1 | 339,701 | 11/3/2019 |
3.1.0 | 182,346 | 7/24/2019 |
3.0.2-preview6-01 | 1,351 | 7/12/2019 |
3.0.1 | 868,490 | 11/10/2017 |
3.0.0 | 17,345 | 11/1/2017 |
2.11.0-beta2 | 1,951 | 9/18/2017 |
2.11.0-beta1 | 1,525 | 9/18/2017 |
2.10.0 | 360,491 | 7/25/2017 |
2.9.1 | 3,669 | 7/24/2017 |
2.9.0 | 6,751 | 7/17/2017 |
2.8.1 | 23,569 | 6/26/2017 |
2.8.0 | 3,185 | 6/25/2017 |
2.7.0 | 86,972 | 5/10/2017 |
2.6.0 | 155,456 | 1/5/2017 |
2.5.0 | 34,573 | 12/2/2016 |
2.4.0 | 108,598 | 10/3/2016 |
2.3.0 | 55,364 | 8/3/2016 |
2.2.0 | 11,669 | 7/20/2016 |
2.1.0 | 27,903 | 7/7/2016 |
2.0.0 | 4,322 | 7/6/2016 |
1.4.11 | 269,751 | 6/12/2016 |
1.4.10.3 | 3,069 | 6/12/2016 |
1.4.10.2 | 52,736 | 4/24/2016 |
1.4.10.1 | 2,256 | 4/22/2016 |
1.4.10 | 2,239 | 4/21/2016 |
1.4.9 | 6,370 | 4/8/2016 |
1.4.8 | 3,317 | 3/23/2016 |
1.4.7 | 27,523 | 2/11/2016 |
1.4.6 | 47,392 | 12/17/2015 |
1.4.5 | 7,103 | 12/1/2015 |
1.4.4 | 19,050 | 11/17/2015 |
1.4.3 | 14,565 | 10/26/2015 |
1.4.2 | 4,667 | 10/16/2015 |
1.4.1 | 64,354 | 8/19/2015 |
1.4.0 | 12,940 | 6/14/2015 |
1.3.16 | 23,693 | 6/1/2015 |
1.3.15 | 9,043 | 5/16/2015 |
1.3.14 | 2,427 | 5/10/2015 |
1.3.13 | 11,264 | 4/1/2015 |
1.3.12 | 2,077 | 3/28/2015 |
1.3.11 | 2,127 | 3/24/2015 |
1.3.10 | 2,134 | 3/12/2015 |
1.3.9 | 17,965 | 3/5/2015 |
1.3.8 | 2,256 | 2/18/2015 |
1.3.7 | 4,314 | 2/17/2015 |
Full Change Log: https://github.com/jcachat/EntityFramework.DynamicFilters/blob/master/src/CHANGELOG.TXT
1.4.9: Fixed filters not being applied to "ChildCollection.Any()" condition in .Where clause. Fixed handling of single property bool conditions in filters (i.e. "e.BoolFlag" or "!e.BoolFlag").
1.4.10: Generated SQL now does not include the "OR (@DynamicFilterParam_1 IS NOT NULL)" clause if filter is not disabled - fixes bad index usage in some cases on SQL Server. Will still be included if filter is disabled. Also fixed some "contains" issues with MySql.
1.4.10.1: Fixed to remove multiple occurrences of filter disabled params (can appear multiple times in complex queries)
1.4.10.2: Added methods to turn off the enable/disable filter functionality completely so those conditions are not included in sql query at all.
1.4.10.3: Fixed issues removing disabled filter condition on PostgreSQL
1.4.11: Signed the assembly
2.0.0-alpha: Support for filtering on Navigation Properties. See https://github.com/jcachat/EntityFramework.DynamicFilters/issues/65
2.0: See https://github.com/jcachat/EntityFramework.DynamicFilters#changes-in-version-2 for changes.
2.1: Added support for Any() and All() on child collections
2.2: Fixed SQL generation issue when main query (not filter predicate) contains nullable types. Added ability to not apply filter to specific types.
2.3: Fixed issue with entry.Load() on child collections
2.4: Fixed null exception error on a filter of child property that is also TPT
2.5: Fixed filtered child property of same type as parent entity builds backwards join condition. Added support for ?? operator.
2.6: Fixed issue with filter not applied when defined on derived class involved in TPH. Fixed filter not applied to navigation property when nav prop is a TPT entity. Fixed issue with filter on nullable property specified as null via parameter (not delegate).
2.7: Fixed exception when accessing class in deep inheritance graph
2.8: Support properties & method references inside filter linq expressions (as constant values, not dynamic), Support child property filters in Oracle 12, Fixed issues caused by removing "filter is disabled" claused during sql interception on SQL CE and Oracle DevArt dotConnect providers
2.8.1: Fixed case problem when checking for Devart Oracle provider