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