Esempio n. 1
0
 private void detach_orderBodies(orderBody entity)
 {
     this.SendPropertyChanging();
     entity.orderHeader = null;
 }
Esempio n. 2
0
 partial void DeleteorderBody(orderBody instance);
Esempio n. 3
0
 partial void InsertorderBody(orderBody instance);
Esempio n. 4
0
 partial void UpdateorderBody(orderBody instance);
Esempio n. 5
0
 private void attach_orderBodies(orderBody entity)
 {
     this.SendPropertyChanging();
     entity.product = this;
 }