Exemple #1
0
		private void detach_PLAYER_GAME_FUMBLEs(PLAYER_GAME_FUMBLE entity)
		{
			this.SendPropertyChanging();
			entity.GAME1 = null;
		}
Exemple #2
0
 partial void DeletePLAYER_GAME_FUMBLE(PLAYER_GAME_FUMBLE instance);
Exemple #3
0
 partial void InsertPLAYER_GAME_FUMBLE(PLAYER_GAME_FUMBLE instance);
Exemple #4
0
 partial void UpdatePLAYER_GAME_FUMBLE(PLAYER_GAME_FUMBLE instance);
Exemple #5
0
		private void attach_PLAYER_GAME_FUMBLEs(PLAYER_GAME_FUMBLE entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = this;
		}