private void detach_ForumTopicTable(ForumTopicTable entity) { this.SendPropertyChanging(); entity.UserTable = null; }
partial void DeleteForumTopicTable(ForumTopicTable instance);
partial void InsertForumTopicTable(ForumTopicTable instance);
partial void UpdateForumTopicTable(ForumTopicTable instance);
private void attach_ForumTopicTable(ForumTopicTable entity) { this.SendPropertyChanging(); entity.ForumCategoryTable = this; }