EntityFramework.Functions 1.5.0

.NET Standard 2.1 .NET Framework 4.0
dotnet add package EntityFramework.Functions --version 1.5.0
NuGet\Install-Package EntityFramework.Functions -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EntityFramework.Functions" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.Functions --version 1.5.0
#r "nuget: EntityFramework.Functions, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.5.0 263,843 3/11/2020
1.4.1 412,859 5/12/2018
1.4.0 134,682 5/30/2017
1.3.1 148,776 6/6/2016
1.3.0 1,203 6/5/2016
1.2.0 5,465 2/8/2016
1.1.0 1,138 2/7/2016
1.0.1 1,384 12/29/2015
1.0.0 1,669 12/28/2015