/// <summary> /// Create a new SGF_R_COUNTRY object. /// </summary> /// <param name="cOUNTRY_ID">Initial value of the COUNTRY_ID property.</param> /// <param name="cOUNTRY_NAME">Initial value of the COUNTRY_NAME property.</param> /// <param name="aCRONYM">Initial value of the ACRONYM property.</param> public static SGF_R_COUNTRY CreateSGF_R_COUNTRY(global::System.Int32 cOUNTRY_ID, global::System.String cOUNTRY_NAME, global::System.String aCRONYM) { SGF_R_COUNTRY sGF_R_COUNTRY = new SGF_R_COUNTRY(); sGF_R_COUNTRY.COUNTRY_ID = cOUNTRY_ID; sGF_R_COUNTRY.COUNTRY_NAME = cOUNTRY_NAME; sGF_R_COUNTRY.ACRONYM = aCRONYM; return sGF_R_COUNTRY; }
/// <summary> /// Deprecated Method for adding a new object to the SGF_R_COUNTRY EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSGF_R_COUNTRY(SGF_R_COUNTRY sGF_R_COUNTRY) { base.AddObject("SGF_R_COUNTRY", sGF_R_COUNTRY); }