Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Companies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCompanies(Company company)
 {
     base.AddObject("Companies", company);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Company object.
 /// </summary>
 /// <param name="companyID">Initial value of the CompanyID property.</param>
 /// <param name="companyName">Initial value of the CompanyName property.</param>
 public static Company CreateCompany(global::System.Int32 companyID, global::System.String companyName)
 {
     Company company = new Company();
     company.CompanyID = companyID;
     company.CompanyName = companyName;
     return company;
 }