Example #1
0
 private void detach_ORDERs(ORDER entity)
 {
     this.SendPropertyChanging();
     entity.CUSTOMER = null;
 }
Example #2
0
 private void attach_ORDERs(ORDER entity)
 {
     this.SendPropertyChanging();
     entity.CUSTOMER = this;
 }
Example #3
0
 partial void UpdateORDER(ORDER instance);
Example #4
0
 partial void DeleteORDER(ORDER instance);
Example #5
0
 partial void InsertORDER(ORDER instance);