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