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