Beispiel #1
0
 partial void DeletetbFriend(tbFriend instance);
Beispiel #2
0
 partial void UpdatetbFriend(tbFriend instance);
Beispiel #3
0
 partial void InserttbFriend(tbFriend instance);
Beispiel #4
0
 private void detach_tbFriends1(tbFriend entity)
 {
     this.SendPropertyChanging();
     entity.tbUser1 = null;
 }
Beispiel #5
0
 private void attach_tbFriends1(tbFriend entity)
 {
     this.SendPropertyChanging();
     entity.tbUser1 = this;
 }