I'm creating a database first web api and using ADO.NET entity model to generate my model and DBContext. I'm not trying to create the models off of any tables in the database, but instead, off of stored procedures.
When I generate the .edmx file the model is automatically assigned name of stored procedure_Result.cs
I want to be able to rename this so when I return JSON of these objects they aren't all name of stored procedure_Result