I have a question about Entity Framework. I am no expert on it and only started using it recently but I'm a little confused by it.
Basically I have updated a stored procedure to now returns an extra column of data. I can execute this stored procedure in SQL Server and pass it custom data and it returns showing the column.
However in Visual Studio when I update model from database I don't get the column. Has anyone experienced this problem before?
Things I've tried include:
- Run context.tt custom tool
- Rerun update model from database.
- Check to make sure the stored procedure is running correctly.
I am using Visual Studio 2015 and Entity Framework 5.0 for your fyi. I appreciate any help with this issue. Thanks again