Dixin / EntityFramework.Functions

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, and model defined functions.
https://weblogs.asp.net/Dixin/EntityFramework.Functions
MIT License
79 stars 27 forks source link

Add StoreFunctionName to support Oracle Package calls. #29

Closed ChristosMylonas closed 6 years ago

ChristosMylonas commented 6 years ago

Keep StoreFunctionName to function metadata in order to support Oracle Package calls of the form: USERNAME.PACKAGE.PACKAGE_METHOD such as: HR.Employees.GetEmployees