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