/// <summary> /// Deprecated Method for adding a new object to the T_P_CorrSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_P_CorrSet(T_P_CorrSet t_P_CorrSet) { base.AddObject("T_P_CorrSet", t_P_CorrSet); }
/// <summary> /// Create a new T_P_CorrSet object. /// </summary> /// <param name="t_P_ID">Initial value of the T_P_ID property.</param> /// <param name="data">Initial value of the Data property.</param> /// <param name="t_C">Initial value of the T_C property.</param> public static T_P_CorrSet CreateT_P_CorrSet(global::System.Guid t_P_ID, global::System.DateTime data, global::System.Double t_C) { T_P_CorrSet t_P_CorrSet = new T_P_CorrSet(); t_P_CorrSet.T_P_ID = t_P_ID; t_P_CorrSet.Data = data; t_P_CorrSet.T_C = t_C; return t_P_CorrSet; }