/// <summary> /// Create a new Pais object. /// </summary> /// <param name="idPais">Initial value of the IdPais property.</param> /// <param name="nombre">Initial value of the Nombre property.</param> public static Pais CreatePais(global::System.String idPais, global::System.String nombre) { Pais pais = new Pais(); pais.IdPais = idPais; pais.Nombre = nombre; return pais; }
/// <summary> /// Deprecated Method for adding a new object to the TB_PAIS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTB_PAIS(Pais pais) { base.AddObject("TB_PAIS", pais); }