我没有得到上下文 DeleteOnSubmit!所有其他功能,如添加、计数等……都可以正常工作!因此,我无法删除记录。
Error 1 'System.Data.Entity.DbSet<mvc2db.Company_Dext>' does not contain a
definition for 'DeleteOnSubmit' and no extension method 'DeleteOnSubmit' accepting
a first argument of type 'System.Data.Entity.DbSet<mvc2db.Company_Dext>' could be
found (are you missing a using directive or an assembly reference?)
我正在使用 Visual Studio 2012 高级版
谢谢