Beispiel #1
0
 private void detach_users2operations(users2operation entity)
 {
     this.SendPropertyChanging();
     entity.operation = null;
 }
Beispiel #2
0
 partial void Deleteusers2operation(users2operation instance);
Beispiel #3
0
 partial void Updateusers2operation(users2operation instance);
Beispiel #4
0
 private void attach_users2operations(users2operation entity)
 {
     this.SendPropertyChanging();
     entity.operation = this;
 }
Beispiel #5
0
 partial void Insertusers2operation(users2operation instance);