/// <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="id">Initial value of the id property.</param> /// <param name="pips_id">Initial value of the pips_id property.</param> public static genre Creategenre(global::System.Int32 id, global::System.Int32 pips_id) { genre genre = new genre(); genre.id = id; genre.pips_id = pips_id; return genre; }