示例#1
0
		private void detach_ForumPostTable(ForumPostTable entity)
		{
			this.SendPropertyChanging();
			entity.UserTable = null;
		}
示例#2
0
		private void attach_ForumPostTable(ForumPostTable entity)
		{
			this.SendPropertyChanging();
			entity.ForumTopicTable = this;
		}
示例#3
0
 partial void UpdateForumPostTable(ForumPostTable instance);
示例#4
0
 partial void DeleteForumPostTable(ForumPostTable instance);
示例#5
0
 partial void InsertForumPostTable(ForumPostTable instance);