Adds Global query filtering and saving functionality to entity framework through.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.1.1 |
Author(s): | Victor Alves |
Last Update: | Tuesday, November 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lawsoft/EFDynamicQuerying |
NuGet Url: | https://www.nuget.org/packages/EFDynamicQuerying |
Install
Install-Package EFDynamicQuerying
dotnet add package EFDynamicQuerying
paket add EFDynamicQuerying
EFDynamicQuerying Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.0.1)
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.1)
Tags