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

Stored Procedure With Both Resultset and Outparameter is not Working #34

Open NeoReddy opened 5 years ago

NeoReddy commented 5 years ago

Stored Procedure With Both Resultset and Output parameter is not Working.

maulik-modi commented 2 years ago

@NeoReddy , any steps for reproduction would be very useful.