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