Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LME_OfficialPrice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLME_OfficialPrice(LME_OfficialPrice lME_OfficialPrice)
 {
     base.AddObject("LME_OfficialPrice", lME_OfficialPrice);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new LME_OfficialPrice object.
 /// </summary>
 /// <param name="lME_OfficialPriceID">Initial value of the LME_OfficialPriceID property.</param>
 public static LME_OfficialPrice CreateLME_OfficialPrice(global::System.Int32 lME_OfficialPriceID)
 {
     LME_OfficialPrice lME_OfficialPrice = new LME_OfficialPrice();
     lME_OfficialPrice.LME_OfficialPriceID = lME_OfficialPriceID;
     return lME_OfficialPrice;
 }