Example #1
0
	private void detach_LinqSeriesRounds(LinqSeriesRound entity)
	{
		this.SendPropertyChanging();
		entity.LinqGamePlayer = null;
	}
Example #2
0
 partial void DeleteLinqSeriesRound(LinqSeriesRound instance);
Example #3
0
 partial void InsertLinqSeriesRound(LinqSeriesRound instance);
Example #4
0
 partial void UpdateLinqSeriesRound(LinqSeriesRound instance);
Example #5
0
	private void attach_LinqSeriesRounds(LinqSeriesRound entity)
	{
		this.SendPropertyChanging();
		entity.LinqGameSeries = this;
	}