private void detach_Matches1(Match entity) { this.SendPropertyChanging(); entity.User1 = null; }
private void attach_Matches1(Match entity) { this.SendPropertyChanging(); entity.User1 = this; }
partial void UpdateMatch(Match instance);
partial void DeleteMatch(Match instance);
partial void InsertMatch(Match instance);