Example #1
0
		private void detach_CONFERENCEs(CONFERENCE entity)
		{
			this.SendPropertyChanging();
			entity.LEAGUE1 = null;
		}
Example #2
0
 partial void UpdateCONFERENCE(CONFERENCE instance);
Example #3
0
 partial void DeleteCONFERENCE(CONFERENCE instance);
Example #4
0
 partial void InsertCONFERENCE(CONFERENCE instance);