Example #1
0
 private void detach_Inv_Games(Inv_Game entity)
 {
     this.SendPropertyChanging();
     entity.Invoice = null;
 }
Example #2
0
 private void attach_Inv_Games(Inv_Game entity)
 {
     this.SendPropertyChanging();
     entity.Invoice = this;
 }
Example #3
0
 partial void UpdateInv_Game(Inv_Game instance);
Example #4
0
 partial void DeleteInv_Game(Inv_Game instance);
Example #5
0
 partial void InsertInv_Game(Inv_Game instance);