Пример #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);