コード例 #1
0
 private void detach_UserPosts(UserPost entity)
 {
     this.SendPropertyChanging();
     entity.UserRegistration = null;
 }
コード例 #2
0
 partial void UpdateUserPost(UserPost instance);
コード例 #3
0
 partial void DeleteUserPost(UserPost instance);
コード例 #4
0
 partial void InsertUserPost(UserPost instance);