Can EF automatically delete data that is orphaned, where the parent is not deleted?

前端 未结 5 1925
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 21:24

For an application using Code First EF 5 beta I have:

public class ParentObject
{
    public int Id {get; set;}
    public virtual List Ch         


        
5条回答
提交回复
热议问题