예제 #1
0
 /// <summary>
 /// Create a new BestSeller object.
 /// </summary>
 /// <param name="bestId">Initial value of the BestId property.</param>
 public static BestSeller CreateBestSeller(global::System.Int32 bestId)
 {
     BestSeller bestSeller = new BestSeller();
     bestSeller.BestId = bestId;
     return bestSeller;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BestSellers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBestSellers(BestSeller bestSeller)
 {
     base.AddObject("BestSellers", bestSeller);
 }