コード例 #1
0
 private void detach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = null;
 }
コード例 #2
0
 private void attach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = this;
 }
コード例 #3
0
 partial void UpdateTU(TU instance);
コード例 #4
0
 partial void DeleteTU(TU instance);
コード例 #5
0
 partial void InsertTU(TU instance);