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