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