Example #1
0
 partial void DeletePLAYER_GAME_PUNT_RETURN(PLAYER_GAME_PUNT_RETURN instance);
Example #2
0
 partial void UpdatePLAYER_GAME_PUNT_RETURN(PLAYER_GAME_PUNT_RETURN instance);
Example #3
0
		private void detach_PLAYER_GAME_PUNT_RETURNs(PLAYER_GAME_PUNT_RETURN entity)
		{
			this.SendPropertyChanging();
			entity.GAME1 = null;
		}
Example #4
0
 partial void InsertPLAYER_GAME_PUNT_RETURN(PLAYER_GAME_PUNT_RETURN instance);
Example #5
0
		private void attach_PLAYER_GAME_PUNT_RETURNs(PLAYER_GAME_PUNT_RETURN entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = this;
		}