コード例 #1
0
 private void detach_orders(order entity)
 {
     this.SendPropertyChanging();
     entity.county = null;
 }
コード例 #2
0
 private void attach_orders(order entity)
 {
     this.SendPropertyChanging();
     entity.county = this;
 }
コード例 #3
0
 partial void Updateorder(order instance);
コード例 #4
0
 partial void Deleteorder(order instance);
コード例 #5
0
 partial void Insertorder(order instance);