Esempio n. 1
0
 private void detach_UserVotes(UserVote entity)
 {
     this.SendPropertyChanging();
     entity.Name = null;
 }
Esempio n. 2
0
 private void attach_UserVotes(UserVote entity)
 {
     this.SendPropertyChanging();
     entity.Name = this;
 }
Esempio n. 3
0
 partial void UpdateUserVote(UserVote instance);
Esempio n. 4
0
 partial void DeleteUserVote(UserVote instance);
Esempio n. 5
0
 partial void InsertUserVote(UserVote instance);