示例#1
0
 partial void DeleteOrderTB(OrderTB instance);
示例#2
0
 partial void UpdateOrderTB(OrderTB instance);
示例#3
0
 private void detach_OrderTBs(OrderTB entity)
 {
     this.SendPropertyChanging();
     entity.CustomerTB = null;
 }
示例#4
0
 partial void InsertOrderTB(OrderTB instance);
示例#5
0
 private void attach_OrderTBs(OrderTB entity)
 {
     this.SendPropertyChanging();
     entity.CustomerTB = this;
 }