Example #1
0
 partial void DeleteHandicap(Handicap instance);
Example #2
0
 partial void UpdateHandicap(Handicap instance);
Example #3
0
		private void detach_Handicaps(Handicap entity)
		{
			this.SendPropertyChanging();
			entity.Year = null;
		}
Example #4
0
 partial void InsertHandicap(Handicap instance);
Example #5
0
		private void attach_Handicaps(Handicap entity)
		{
			this.SendPropertyChanging();
			entity.Year = this;
		}