/// <summary> /// Deprecated Method for adding a new object to the countries_old EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocountries_old(countries_old countries_old) { base.AddObject("countries_old", countries_old); }
/// <summary> /// Create a new countries_old object. /// </summary> /// <param name="countryName">Initial value of the CountryName property.</param> /// <param name="countryCode">Initial value of the CountryCode property.</param> public static countries_old Createcountries_old(global::System.String countryName, global::System.String countryCode) { countries_old countries_old = new countries_old(); countries_old.CountryName = countryName; countries_old.CountryCode = countryCode; return countries_old; }