示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Covers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCovers(Cover cover)
 {
     base.AddObject("Covers", cover);
 }
示例#2
0
 /// <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;
 }