/// <summary> /// Create a new SPA_PersonelJob object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="jobName">Initial value of the JobName property.</param> public static SPA_PersonelJob CreateSPA_PersonelJob(global::System.Guid id, global::System.String jobName) { SPA_PersonelJob sPA_PersonelJob = new SPA_PersonelJob(); sPA_PersonelJob.ID = id; sPA_PersonelJob.JobName = jobName; return sPA_PersonelJob; }
/// <summary> /// Deprecated Method for adding a new object to the SPA_PersonelJob EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSPA_PersonelJob(SPA_PersonelJob sPA_PersonelJob) { base.AddObject("SPA_PersonelJob", sPA_PersonelJob); }