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