Skip to content

Latest commit

 

History

History
66 lines (66 loc) · 4.69 KB

README.md

File metadata and controls

66 lines (66 loc) · 4.69 KB

EntityFramework.Functions

Build status

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 4.0, .NET 4.5, .NET 4.6, with Entity Framework 6.1.0 and later. Entity Framework is the only dependency of this library.

It can be installed through Nuget:

Install-Package EntityFramework.Functions -DependencyVersion Highest

See: