Example #1
0
 /// <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;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_PAIS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_PAIS(Pais pais)
 {
     base.AddObject("TB_PAIS", pais);
 }