Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Employers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmployers(Employers employers)
 {
     base.AddObject("Employers", employers);
 }
Exemplo n.º 2
0
 /// <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;
 }