Example #1
0
		private void detach_HomeGames(GameDM entity)
		{
			this.SendPropertyChanging();
			entity.HomeTeam = null;
		}
Example #2
0
		private void detach_AwayGames(GameDM entity)
		{
			this.SendPropertyChanging();
			entity.AwayTeam = null;
		}
Example #3
0
 partial void UpdateGameDM(GameDM instance);
Example #4
0
 partial void DeleteGameDM(GameDM instance);
Example #5
0
 partial void InsertGameDM(GameDM instance);