Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the estados EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToestados(estados estados)
 {
     base.AddObject("estados", estados);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new estados object.
 /// </summary>
 /// <param name="paisId">Initial value of the PaisId property.</param>
 /// <param name="estadoId">Initial value of the EstadoId property.</param>
 /// <param name="sigla">Initial value of the Sigla property.</param>
 /// <param name="estado">Initial value of the Estado property.</param>
 /// <param name="unico">Initial value of the Unico property.</param>
 public static estados Createestados(global::System.Int32 paisId, global::System.Int32 estadoId, global::System.String sigla, global::System.String estado, global::System.Byte unico)
 {
     estados estados = new estados();
     estados.PaisId = paisId;
     estados.EstadoId = estadoId;
     estados.Sigla = sigla;
     estados.Estado = estado;
     estados.Unico = unico;
     return estados;
 }