Example #1
0
		private void detach_Players(PlayerDM entity)
		{
			this.SendPropertyChanging();
			entity.Team = null;
		}
Example #2
0
		private void attach_Players(PlayerDM entity)
		{
			this.SendPropertyChanging();
			entity.Team = this;
		}
Example #3
0
 partial void UpdatePlayerDM(PlayerDM instance);
Example #4
0
 partial void DeletePlayerDM(PlayerDM instance);
Example #5
0
 partial void InsertPlayerDM(PlayerDM instance);