EntityFramework.Functions 1.1.0
EntityFramework.Functions library implements Entity Framework code first support for
- Stored procedures (single result type, multiple result types, output parameter),
- Table-valued functions,
- Scalar-valued functions (composable or non-composable),
- Aggregate functions,
- Built-in functions,
- Niladic functions.
EntityFramework.Functions library works on .NET 4.0, .NET 4.5, .NET 4.6, with Entity Framework 6.1.0 and later.
It can be installed through Nuget:
- 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
Thanks for the contribution of SteveRuble.
No packages depend on EntityFramework.Functions.
.NET Framework 4.0
- EntityFramework (>= 6.1.0)