Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the faixas_cep_municipio EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTofaixas_cep_municipio(faixas_cep_municipio faixas_cep_municipio)
 {
     base.AddObject("faixas_cep_municipio", faixas_cep_municipio);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new faixas_cep_municipio object.
 /// </summary>
 /// <param name="faixaId">Initial value of the FaixaId property.</param>
 /// <param name="municipioId">Initial value of the MunicipioId property.</param>
 /// <param name="estadoId">Initial value of the EstadoId property.</param>
 /// <param name="paisId">Initial value of the PaisId property.</param>
 /// <param name="inicio">Initial value of the Inicio property.</param>
 public static faixas_cep_municipio Createfaixas_cep_municipio(global::System.Int32 faixaId, global::System.Int32 municipioId, global::System.Int32 estadoId, global::System.Int32 paisId, global::System.String inicio)
 {
     faixas_cep_municipio faixas_cep_municipio = new faixas_cep_municipio();
     faixas_cep_municipio.FaixaId = faixaId;
     faixas_cep_municipio.MunicipioId = municipioId;
     faixas_cep_municipio.EstadoId = estadoId;
     faixas_cep_municipio.PaisId = paisId;
     faixas_cep_municipio.Inicio = inicio;
     return faixas_cep_municipio;
 }