Sign in Sign up
nuget

EntityFramework.Functions

EntityFramework.Functions library implements Entity Framework code first support for - Stored procedures (with single result type, multiple result types, output parameter), - Table-valued functions (returning entity type, complex type), - Scalar-valued functions (composable, non-composable), - Aggregate functions, - Built-in functions, - Niladic functions, - Model defined functions. EntityFramework.Functions library works on .NET Standard with Entity Framework 6.4.0. It also works on .NET 4.0, .NET 4.5, .NET 4.6, .NET 4.7, .NET 4.8 with Entity Framework 6.1.0 and later. It can be installed through Nuget: - dotnet add package EntityFramework.Functions Or: - Install-Package EntityFramework.Functions -DependencyVersion Highest For more information, see: - Document (APIs and examples): https://weblogs.asp.net/Dixin/EntityFramework.Functions - Source code: https://github.com/Dixin/EntityFramework.Functions - Nuget package: https://www.nuget.org/packages/EntityFramework.Functions

nuget View on Nuget

Activity

Latest release
6y ago
Total releases
9
Cadence
~3 months
Last 12 months
0

Details

First release
Dec 28, 2015
Releases
Version Released
1.5.0 minor
1.4.1 patch
1.4.0 minor
1.3.1 patch
1.3.0 minor
1.2.0 minor
1.1.0 minor
1.0.1 patch
1.0.0 initial