/// <summary> /// Create a new T_Project object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="version">Initial value of the version property.</param> /// <param name="startDate">Initial value of the startDate property.</param> public static T_Project CreateT_Project(global::System.Int64 id, global::System.String name, global::System.String version, global::System.DateTime startDate) { T_Project t_Project = new T_Project(); t_Project.id = id; t_Project.name = name; t_Project.version = version; t_Project.startDate = startDate; return t_Project; }
/// <summary> /// Deprecated Method for adding a new object to the T_Project EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToT_Project(T_Project t_Project) { base.AddObject("T_Project", t_Project); }