EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
Use "Model" suffix instead of "ReturnModel" for stored procedures
I'm finding the naming of FooReturnModel nonstandard, I'd rather my models be standardized as FooModel. In working with stored procedures that return entities this is the naming 3.1.3 is using and I'm not a fan of it.