예제 #1
0
		private void detach_Picks(Pick entity)
		{
			this.SendPropertyChanging();
			entity.Game = null;
		}
예제 #2
0
		private void attach_Picks(Pick entity)
		{
			this.SendPropertyChanging();
			entity.Game = this;
		}
예제 #3
0
 partial void DeletePick(Pick instance);
예제 #4
0
 partial void UpdatePick(Pick instance);
예제 #5
0
 partial void InsertPick(Pick instance);
예제 #6
0
		private void attach_Picks(Pick entity)
		{
			this.SendPropertyChanging();
			entity.TeaserTeam = this;
		}