Example #1
0
 partial void DeleteLeaderboard(Leaderboard instance);
Example #2
0
 partial void UpdateLeaderboard(Leaderboard instance);
Example #3
0
		private void detach_Leaderboards(Leaderboard entity)
		{
			this.SendPropertyChanging();
			entity.Year = null;
		}
Example #4
0
 partial void InsertLeaderboard(Leaderboard instance);
Example #5
0
		private void attach_Leaderboards(Leaderboard entity)
		{
			this.SendPropertyChanging();
			entity.Year = this;
		}