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