/// <summary> /// Deprecated Method for adding a new object to the Covers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCovers(Cover cover) { base.AddObject("Covers", cover); }
/// <summary> /// Create a new Cover object. /// </summary> /// <param name="coverID">Initial value of the CoverID property.</param> /// <param name="coverFull">Initial value of the CoverFull property.</param> public static Cover CreateCover(global::System.String coverID, global::System.String coverFull) { Cover cover = new Cover(); cover.CoverID = coverID; cover.CoverFull = coverFull; return cover; }