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

Fixed erroneous NotSupportedException #14

Open MHacker9404 opened 7 years ago

MHacker9404 commented 7 years ago

Made the change you suggested - worked. Haven't created tests for it, but the update did fix my issue at run-time.