/// <summary> /// Create a new SMM_Commodity object. /// </summary> /// <param name="sMM_CommodityID">Initial value of the SMM_CommodityID property.</param> public static SMM_Commodity CreateSMM_Commodity(global::System.Int32 sMM_CommodityID) { SMM_Commodity sMM_Commodity = new SMM_Commodity(); sMM_Commodity.SMM_CommodityID = sMM_CommodityID; return sMM_Commodity; }
/// <summary> /// Deprecated Method for adding a new object to the SMM_Commodity EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSMM_Commodity(SMM_Commodity sMM_Commodity) { base.AddObject("SMM_Commodity", sMM_Commodity); }