partial void DeleteMatchScore(MatchScore instance);
partial void UpdateMatchScore(MatchScore instance);
private void detach_MatchScores(MatchScore entity) { this.SendPropertyChanging(); entity.Match = null; }
partial void InsertMatchScore(MatchScore instance);
private void attach_MatchScores(MatchScore entity) { this.SendPropertyChanging(); entity.Match = this; }