/// <summary> /// Deprecated Method for adding a new object to the Employers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEmployers(Employers employers) { base.AddObject("Employers", employers); }
/// <summary> /// Create a new Employers object. /// </summary> /// <param name="pK">Initial value of the PK property.</param> /// <param name="companyName">Initial value of the CompanyName property.</param> public static Employers CreateEmployers(global::System.String pK, global::System.String companyName) { Employers employers = new Employers(); employers.PK = pK; employers.CompanyName = companyName; return employers; }