/// <summary> /// Deprecated Method for adding a new object to the Genres EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGenres(Genre genre) { base.AddObject("Genres", genre); }
/// <summary> /// Create a new Genre object. /// </summary> /// <param name="genreId">Initial value of the GenreId property.</param> public static Genre CreateGenre(global::System.Int32 genreId) { Genre genre = new Genre(); genre.GenreId = genreId; return genre; }