EntityFramework.Functions
1.5.0
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: EntityFramework.Functions
Install-Package EntityFramework.Functions -Version 1.5.0
dotnet add package EntityFramework.Functions --version 1.5.0
<PackageReference Include="EntityFramework.Functions" Version="1.5.0" />
paket add EntityFramework.Functions --version 1.5.0
Dependencies
-
.NETFramework 4.0
- EntityFramework (>= 6.1.0)
-
.NETFramework 4.5
- EntityFramework (>= 6.1.0)
-
.NETFramework 4.6
- EntityFramework (>= 6.1.0)
-
.NETFramework 4.7
- EntityFramework (>= 6.1.0)
-
.NETFramework 4.8
- EntityFramework (>= 6.1.0)
-
.NETStandard 2.1
- EntityFramework (>= 6.4.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on EntityFramework.Functions:
Package | Downloads |
---|---|
Cyprex.EntityFramework.Utils
Cyprex EntityFramework Utils
|
|
Qct.MessageClient
消息服务客户端
|
GitHub repositories
This package is not used by any popular GitHub repositories.