/// <summary> /// Deprecated Method for adding a new object to the HR_Jobs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHR_Jobs(HR_Jobs hR_Jobs) { base.AddObject("HR_Jobs", hR_Jobs); }
/// <summary> /// Create a new HR_Jobs object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="companyId">Initial value of the CompanyId property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="creationDate">Initial value of the CreationDate property.</param> public static HR_Jobs CreateHR_Jobs(global::System.Int32 id, global::System.Int32 companyId, global::System.String name, global::System.DateTime creationDate) { HR_Jobs hR_Jobs = new HR_Jobs(); hR_Jobs.Id = id; hR_Jobs.CompanyId = companyId; hR_Jobs.Name = name; hR_Jobs.CreationDate = creationDate; return hR_Jobs; }