为什么我们可以使用自动属性DBSet
,但不能使用ObjectSet
:
public class SomeContext : DbContext
{
public DbSet<Address> Addresses { get; set; }
...
}
谢谢
为什么我们可以使用自动属性DBSet
,但不能使用ObjectSet
:
public class SomeContext : DbContext
{
public DbSet<Address> Addresses { get; set; }
...
}
谢谢