private void attach_TblIds(TblId entity) { this.SendPropertyChanging(); entity.DbRoot = this; }
private void detach_TblIds(TblId entity) { this.SendPropertyChanging(); entity.DbRoot = null; }