Exposes a generic extension method to IQueryable<T> and IAsyncQueryProvider<T> that allows interception of expression trees with expression visitors.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 8.0.9 |
Author(s): | Stef Heyenrath |
Last Update: | Thursday, November 23, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/StefH/QueryInterceptor.Core |
NuGet Url: | https://www.nuget.org/packages/QueryInterceptor.EntityFrameworkCore |
Install
Install-Package QueryInterceptor.EntityFrameworkCore
dotnet add package QueryInterceptor.EntityFrameworkCore
paket add QueryInterceptor.EntityFrameworkCore
QueryInterceptor.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Microsoft.CSharp(>= 4.3.0)
- Microsoft.EntityFrameworkCore(>= 1.1.3)
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.TraceSource(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
- Microsoft.CSharp(>= 4.3.0)
- Microsoft.EntityFrameworkCore(>= 2.1.4)
- Microsoft.EntityFrameworkCore(>= 1.1.3)
- System.Interactive.Async(>= 3.1.1)
Tags