Exemplo n.º 1
0
		private void attach_Matches(Match entity)
		{
			this.SendPropertyChanging();
			entity.Competition = this;
		}
Exemplo n.º 2
0
		private void detach_Matches(Match entity)
		{
			this.SendPropertyChanging();
			entity.Competition = null;
		}
Exemplo n.º 3
0
 partial void DeleteMatch(Match instance);
Exemplo n.º 4
0
 partial void UpdateMatch(Match instance);
Exemplo n.º 5
0
 partial void InsertMatch(Match instance);
Exemplo n.º 6
0
		private void detach_Matches3(Match entity)
		{
			this.SendPropertyChanging();
			entity.Player7 = null;
		}
Exemplo n.º 7
0
		private void attach_Matches3(Match entity)
		{
			this.SendPropertyChanging();
			entity.Player7 = this;
		}