NeinLinq.EntityFramework
5.0.1
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.Async for async LINQ queries
- Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries
- Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries
Install-Package NeinLinq.EntityFramework -Version 5.0.1
dotnet add package NeinLinq.EntityFramework --version 5.0.1
<PackageReference Include="NeinLinq.EntityFramework" Version="5.0.1" />
paket add NeinLinq.EntityFramework --version 5.0.1
#r "nuget: NeinLinq.EntityFramework, 5.0.1"
// Install NeinLinq.EntityFramework as a Cake Addin
#addin nuget:?package=NeinLinq.EntityFramework&version=5.0.1
// Install NeinLinq.EntityFramework as a Cake Tool
#tool nuget:?package=NeinLinq.EntityFramework&version=5.0.1
Release Notes
Improved handling of dynamic lambda factories.
Dependencies
-
.NETFramework 4.5
- EntityFramework (>= 6.0.0)
- NeinLinq (>= 5.0.1)
-
.NETStandard 2.1
- EntityFramework (>= 6.3.0)
- NeinLinq (>= 5.0.1)
-
net5.0
- EntityFramework (>= 6.3.0)
- NeinLinq (>= 5.0.1)
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.
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 85 | 1/21/2021 |
5.0.0 | 123 | 11/10/2020 |
5.0.0-preview.54 | 158 | 9/19/2020 |
4.1.0 | 522 | 3/28/2020 |
4.0.0 | 233 | 1/30/2020 |
3.2.1 | 215 | 1/9/2020 |
3.2.0 | 253 | 1/1/2020 |
3.1.1 | 1,286 | 2/19/2019 |
3.1.0 | 306 | 2/15/2019 |
3.0.0 | 490 | 9/27/2018 |
2.3.0 | 739 | 6/28/2018 |
2.2.1 | 12,747 | 1/4/2018 |
2.2.0 | 1,460 | 9/19/2017 |
2.1.1 | 579 | 8/20/2017 |
2.1.0 | 1,211 | 6/11/2017 |
2.0.0 | 2,228 | 1/16/2017 |