Beispiel #1
0
 private void detach_users2groups(users2group entity)
 {
     this.SendPropertyChanging();
     entity.group = null;
 }
Beispiel #2
0
 private void attach_users2groups(users2group entity)
 {
     this.SendPropertyChanging();
     entity.group = this;
 }
Beispiel #3
0
 partial void Updateusers2group(users2group instance);
Beispiel #4
0
 partial void Deleteusers2group(users2group instance);
Beispiel #5
0
 partial void Insertusers2group(users2group instance);