Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.5.0 |
Author(s): | Dixin Yan |
Last Update: | Wednesday, March 11, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Dixin/EntityFramework.Functions |
NuGet Url: | https://www.nuget.org/packages/EntityFramework.Functions |
Install
Install-Package EntityFramework.Functions
dotnet add package EntityFramework.Functions
paket add EntityFramework.Functions
EntityFramework.Functions Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- EntityFramework(>= 6.1.0)
- EntityFramework(>= 6.1.0)
- EntityFramework(>= 6.1.0)
- EntityFramework(>= 6.1.0)
- EntityFramework(>= 6.1.0)
- EntityFramework(>= 6.4.0)
Tags
- 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.