コード例 #1
0
 private void attach_TblIds(TblId entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = this;
 }
コード例 #2
0
 private void detach_TblIds(TblId entity)
 {
     this.SendPropertyChanging();
     entity.DbRoot = null;
 }