/// <summary> /// Deprecated Method for adding a new object to the FacebookCountries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFacebookCountries(FacebookCountries facebookCountries) { base.AddObject("FacebookCountries", facebookCountries); }
/// <summary> /// Create a new FacebookCountries object. /// </summary> /// <param name="fc_id">Initial value of the fc_id property.</param> /// <param name="fc_country_code">Initial value of the fc_country_code property.</param> /// <param name="fc_name">Initial value of the fc_name property.</param> public static FacebookCountries CreateFacebookCountries(global::System.Int32 fc_id, global::System.String fc_country_code, global::System.String fc_name) { FacebookCountries facebookCountries = new FacebookCountries(); facebookCountries.fc_id = fc_id; facebookCountries.fc_country_code = fc_country_code; facebookCountries.fc_name = fc_name; return facebookCountries; }