Example #1
0
		private void detach_GAMEs1(GAME entity)
		{
			this.SendPropertyChanging();
			entity.TEAM1 = null;
		}
Example #2
0
		private void attach_GAMEs1(GAME entity)
		{
			this.SendPropertyChanging();
			entity.TEAM1 = this;
		}
Example #3
0
 partial void UpdateGAME(GAME instance);
Example #4
0
 partial void DeleteGAME(GAME instance);
Example #5
0
 partial void InsertGAME(GAME instance);