コード例 #1
0
 private void detach_orders(orders entity)
 {
     this.SendPropertyChanging();
     entity.flower = null;
 }
コード例 #2
0
 private void attach_orders(orders entity)
 {
     this.SendPropertyChanging();
     entity.flower = this;
 }
コード例 #3
0
 partial void Updateorders(orders instance);
コード例 #4
0
 partial void Deleteorders(orders instance);
コード例 #5
0
 partial void Insertorders(orders instance);