You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ Access to DynamicFilters is done via extension methods in the EntityFramework.Dy
18
18
19
19
Supports MS SQL Server (including Azure), MySQL, Oracle (*see notes below), and PostgreSQL.
20
20
21
+
## Installation
22
+
The package is also available on NuGet: [EntityFramework.DynamicFilters](https://www.nuget.org/packages/EntityFramework.DynamicFilters).
23
+
21
24
## Changes in Version 2
22
25
* Added support for creating filters that reference child classes/navigation properties. See [Issue #65](https://github.com/jcachat/EntityFramework.DynamicFilters/issues/65) for more details. Requires that FK properties are defined on the models. Also includes support for Any() and All() on child collections.
23
26
* Filter parameter values can now reference the current DbContext instance. See [Parameter Expressions](#parameter-expressions).
This will create a filter to restrict queries on the Notes table to only those records made by people in the current users Organization. The filter will only be enabled if the current user is not an Administrator. And both expressions access properties in the current DbContext instance.
33
36
34
-
## Installation
35
-
The package is also available on NuGet: [EntityFramework.DynamicFilters](https://www.nuget.org/packages/EntityFramework.DynamicFilters).
0 commit comments