Beispiel #1
0
 partial void DeletePLAYER_GAME_KICKING(PLAYER_GAME_KICKING instance);
Beispiel #2
0
		private void detach_PLAYER_GAME_KICKINGs(PLAYER_GAME_KICKING entity)
		{
			this.SendPropertyChanging();
			entity.GAME1 = null;
		}
Beispiel #3
0
 partial void InsertPLAYER_GAME_KICKING(PLAYER_GAME_KICKING instance);
Beispiel #4
0
 partial void UpdatePLAYER_GAME_KICKING(PLAYER_GAME_KICKING instance);
Beispiel #5
0
		private void attach_PLAYER_GAME_KICKINGs(PLAYER_GAME_KICKING entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = this;
		}