我使用实体框架,首先使用数据库,同时使用EF 4.x DBContext 生成器。我的所有实体类别都有导航属性,标记为“虚拟”。我想从所有实体类别中删除虚拟关键字。大约有350个实体类别。
I have been trying to get the Entity Framework to work in my web application using MySQL. It works fine on my local pc, but doesn t work when I put it on the server. Since the server is a shared ...