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