EntityFrameworkExtras
EntityFrameworkExtras copied to clipboard
EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
Hello, @JonathanMagnan . Now we are migrating our solution to .net core 3.1 and we use EF core 3.16. Do I have a possibility to return IEnumerable of scalar value...
…john's suggested fix. I am not an entity framework expert by any means. My only intellectual contribution was adding the using wrapper. However it would be great if multiple result...
How do we used it with stored proc that has multiple result sets? As mentioned in https://msdn.microsoft.com/en-us/data/jj691402.aspx Thanks.