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