/// <summary> /// Deprecated Method for adding a new object to the faixas_cep EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTofaixas_cep(faixas_cep faixas_cep) { base.AddObject("faixas_cep", faixas_cep); }
/// <summary> /// Create a new faixas_cep object. /// </summary> /// <param name="faixaId">Initial value of the FaixaId property.</param> /// <param name="estadoId">Initial value of the EstadoId property.</param> /// <param name="paisId">Initial value of the PaisId property.</param> /// <param name="fim">Initial value of the Fim property.</param> /// <param name="inicio">Initial value of the Inicio property.</param> /// <param name="metropolitano">Initial value of the Metropolitano property.</param> public static faixas_cep Createfaixas_cep(global::System.Int32 faixaId, global::System.Int32 estadoId, global::System.Int32 paisId, global::System.String fim, global::System.String inicio, global::System.Byte metropolitano) { faixas_cep faixas_cep = new faixas_cep(); faixas_cep.FaixaId = faixaId; faixas_cep.EstadoId = estadoId; faixas_cep.PaisId = paisId; faixas_cep.Fim = fim; faixas_cep.Inicio = inicio; faixas_cep.Metropolitano = metropolitano; return faixas_cep; }