private void detach_UserVotes(UserVote entity) { this.SendPropertyChanging(); entity.Name = null; }
private void attach_UserVotes(UserVote entity) { this.SendPropertyChanging(); entity.Name = this; }
partial void UpdateUserVote(UserVote instance);
partial void DeleteUserVote(UserVote instance);
partial void InsertUserVote(UserVote instance);