EntityFramework.Functions
1.5.0
dotnet add package EntityFramework.Functions --version 1.5.0
NuGet\Install-Package EntityFramework.Functions -Version 1.5.0
<PackageReference Include="EntityFramework.Functions" Version="1.5.0" />
paket add EntityFramework.Functions --version 1.5.0
#r "nuget: EntityFramework.Functions, 1.5.0"
// Install EntityFramework.Functions as a Cake Addin
#addin nuget:?package=EntityFramework.Functions&version=1.5.0
// Install EntityFramework.Functions as a Cake Tool
#tool nuget:?package=EntityFramework.Functions&version=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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on EntityFramework.Functions:
Package | Downloads |
---|---|
CucurbIT.Infrastructure.ServiceBus.Access
Package Description |
|
Cyprex.EntityFramework.Utils
Cyprex EntityFramework Utils |
|
FKSharp.EntityFramework
EF层的封装框架 |
|
Qct.MessageClient
消息服务客户端 |
|
COE.WorkflowEngine
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.