Example #1
0
 private void detach_FilmGenres(FilmGenre entity)
 {
     this.SendPropertyChanging();
     entity.Film = null;
 }
Example #2
0
 private void attach_FilmGenres(FilmGenre entity)
 {
     this.SendPropertyChanging();
     entity.Film = this;
 }
Example #3
0
 partial void UpdateFilmGenre(FilmGenre instance);
Example #4
0
 partial void DeleteFilmGenre(FilmGenre instance);
Example #5
0
 partial void InsertFilmGenre(FilmGenre instance);