问题In ASP.NET MVC3, how do I display data from a SQL Server view when I am using EF Code First? 回答1:Just use the name of the View as the name of the Table. 来源:https://stackoverflow.com/questions/5107879/ef-code-first-sql-server-views 标签 asp.net-mvc entity-framework code-first