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