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

Better exception message #18

Closed WillSullivan closed 7 years ago

WillSullivan commented 7 years ago

Clarifies that a failure at this point is likely caused by not registering your complex type correctly. Adding links to the docs for registering complex types.

Dixin commented 7 years ago

Thank you, @WillSullivan.