コード例 #1
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
		private void attach_Games(Game entity)
		{
			this.SendPropertyChanging();
			entity.Week = this;
		}
コード例 #2
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
		private void detach_Games(Game entity)
		{
			this.SendPropertyChanging();
			entity.Week = null;
		}
コード例 #3
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
 partial void DeleteGame(Game instance);
コード例 #4
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
 partial void UpdateGame(Game instance);
コード例 #5
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
 partial void InsertGame(Game instance);
コード例 #6
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
		private void detach_Games1(Game entity)
		{
			this.SendPropertyChanging();
			entity.ProTeam1 = null;
		}
コード例 #7
0
ファイル: DataClasses.designer.cs プロジェクト: eiu165/Teaser
		private void attach_Games1(Game entity)
		{
			this.SendPropertyChanging();
			entity.ProTeam1 = this;
		}