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