Ejemplo n.º 1
0
 /// <summary>
 /// Create a new LME_Commodity object.
 /// </summary>
 /// <param name="lME_CommodityID">Initial value of the LME_CommodityID property.</param>
 public static LME_Commodity CreateLME_Commodity(global::System.Int32 lME_CommodityID)
 {
     LME_Commodity lME_Commodity = new LME_Commodity();
     lME_Commodity.LME_CommodityID = lME_CommodityID;
     return lME_Commodity;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LME_Commodity EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLME_Commodity(LME_Commodity lME_Commodity)
 {
     base.AddObject("LME_Commodity", lME_Commodity);
 }