예제 #1
0
		private void detach_Boards(Board entity)
		{
			this.SendPropertyChanging();
			entity.Game = null;
		}
예제 #2
0
		private void attach_Boards(Board entity)
		{
			this.SendPropertyChanging();
			entity.Game = this;
		}
예제 #3
0
 partial void UpdateBoard(Board instance);
예제 #4
0
 partial void DeleteBoard(Board instance);
예제 #5
0
 partial void InsertBoard(Board instance);