Exemple #1
0
	private void detach_LinqRoundResults(LinqRoundResult entity)
	{
		this.SendPropertyChanging();
		entity.LinqGamePlayer = null;
	}
Exemple #2
0
 partial void DeleteLinqRoundResult(LinqRoundResult instance);
Exemple #3
0
 partial void InsertLinqRoundResult(LinqRoundResult instance);
Exemple #4
0
 partial void UpdateLinqRoundResult(LinqRoundResult instance);
Exemple #5
0
	private void detach_LinqRoundResults(LinqRoundResult entity)
	{
		this.SendPropertyChanging();
		entity.LinqSeriesRound = null;
	}