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