Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CompanySize EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCompanySize(CompanySize companySize)
 {
     base.AddObject("CompanySize", companySize);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new CompanySize object.
 /// </summary>
 /// <param name="pK">Initial value of the PK property.</param>
 /// <param name="companySize1">Initial value of the CompanySize1 property.</param>
 public static CompanySize CreateCompanySize(global::System.String pK, global::System.String companySize1)
 {
     CompanySize companySize = new CompanySize();
     companySize.PK = pK;
     companySize.CompanySize1 = companySize1;
     return companySize;
 }