private void detach_FilmGenres(FilmGenre entity) { this.SendPropertyChanging(); entity.Genre = null; }
private void attach_FilmGenres(FilmGenre entity) { this.SendPropertyChanging(); entity.Genre = this; }
partial void UpdateFilmGenre(FilmGenre instance);
partial void DeleteFilmGenre(FilmGenre instance);
partial void InsertFilmGenre(FilmGenre instance);