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