Exemple #1
0
 partial void DeleteTEAM_PLAYER(TEAM_PLAYER instance);
Exemple #2
0
 partial void UpdateTEAM_PLAYER(TEAM_PLAYER instance);
Exemple #3
0
		private void detach_TEAM_PLAYERs(TEAM_PLAYER entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = null;
		}
Exemple #4
0
 partial void InsertTEAM_PLAYER(TEAM_PLAYER instance);
Exemple #5
0
		private void attach_TEAM_PLAYERs(TEAM_PLAYER entity)
		{
			this.SendPropertyChanging();
			entity.PLAYER1 = this;
		}