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