/// <summary> /// Deprecated Method for adding a new object to the CountriesUpdates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCountriesUpdates(CountriesUpdate countriesUpdate) { base.AddObject("CountriesUpdates", countriesUpdate); }
/// <summary> /// Create a new CountriesUpdate object. /// </summary> /// <param name="countryId">Initial value of the CountryId property.</param> public static CountriesUpdate CreateCountriesUpdate(global::System.Int32 countryId) { CountriesUpdate countriesUpdate = new CountriesUpdate(); countriesUpdate.CountryId = countryId; return countriesUpdate; }