FGS.Linq.Extensions.EntityFramework6
2020.8.3.2
Provides extension methods to materialize query results - essentially a white-labelling of EF's `XAsync()` extension methods, albeit with names that explicitly convey the concept of materialization as the intent.
This package is for Entity Framework 6.x. For an identical API on Entity Framework Core, see `FGS.Linq.Extensions.EntityFrameworkCore`.
Install-Package FGS.Linq.Extensions.EntityFramework6 -Version 2020.8.3.2
dotnet add package FGS.Linq.Extensions.EntityFramework6 --version 2020.8.3.2
<PackageReference Include="FGS.Linq.Extensions.EntityFramework6" Version="2020.8.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FGS.Linq.Extensions.EntityFramework6 --version 2020.8.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FGS.Linq.Extensions.EntityFramework6, 2020.8.3.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETCoreApp 3.0
- EntityFramework (>= 6.3.0 && < 6.5.0)
-
.NETFramework 4.7.2
- EntityFramework (>= 6.0.0 && < 6.5.0)
-
.NETStandard 2.1
- EntityFramework (>= 6.3.0 && < 6.5.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FGS.Linq.Extensions.EntityFramework6:
Package | Downloads |
---|---|
FGS.Linq.Extensions.Pagination.EntityFramework6
Provides an extension method to materialize a paginated query.
This package is for Entity Framework 6.x. For an identical API on Entity Framework Core, see `FGS.Linq.Extensions.Pagination.EntityFrameworkCore`.
|
|
FGS.Linq.Extensions.OneOf.EntityFramework6
Provides extension methods to materialize query results while describing failures using discriminated unions.
An `IQueryable` version of `OneOf.Linq`.
This package is for Entity Framework 6.x. For an identical API on Entity Framework Core, see `FGS.Linq.Extensions.EntityFrameworkCore`.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2020.8.3.2 | 131 | 8/3/2020 |
2020.8.3.1 | 105 | 8/3/2020 |
2020.2.13.1 | 258 | 2/13/2020 |
2020.1.15.1 | 191 | 1/15/2020 |
2019.12.16.2 | 195 | 12/16/2019 |
2019.12.13.1 | 183 | 12/13/2019 |
2019.12.9.2 | 205 | 12/9/2019 |
2019.12.9.1 | 190 | 12/9/2019 |