实体框架Beta 3数据库,不给DeleteOnSubmit

时间:2013-06-20 01:20:05

标签: entity-framework entity

我没有得到上下文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 Premium版

感谢

1 个答案:

答案 0 :(得分:1)

在Entity Framework 5中,没有DeleteOnsubmit而是.Remove(记录实体)。