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