NeinLinq.Interactive
4.1.0
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
To support different LINQ implementations, the following flavours are available. Choose at least one.
- Use NeinLinq for plain LINQ queries
- Use NeinLinq.Interactive for interactive LINQ queries
- Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries
- Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries
DEPRECATED: reference 'NeinLinq.Async' instead.
Install-Package NeinLinq.Interactive -Version 4.1.0
dotnet add package NeinLinq.Interactive --version 4.1.0
<PackageReference Include="NeinLinq.Interactive" Version="4.1.0" />
paket add NeinLinq.Interactive --version 4.1.0
#r "nuget: NeinLinq.Interactive, 4.1.0"
// Install NeinLinq.Interactive as a Cake Addin
#addin nuget:?package=NeinLinq.Interactive&version=4.1.0
// Install NeinLinq.Interactive as a Cake Tool
#tool nuget:?package=NeinLinq.Interactive&version=4.1.0
Release Notes
Added a simple CachedExpression.
Dependencies
-
.NETCoreApp 3.1
- NeinLinq (>= 4.1.0)
- System.Linq.Async.Queryable (>= 4.0.0)
-
.NETFramework 4.6.1
- NeinLinq (>= 4.1.0)
- System.Linq.Async.Queryable (>= 4.0.0)
-
.NETStandard 2.0
- NeinLinq (>= 4.1.0)
- System.Linq.Async.Queryable (>= 4.0.0)
-
.NETStandard 2.1
- NeinLinq (>= 4.1.0)
- System.Linq.Async.Queryable (>= 4.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.