/// <summary> /// Deprecated Method for adding a new object to the tblPais EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblPais(tblPais tblPais) { base.AddObject("tblPais", tblPais); }
/// <summary> /// Create a new tblPais object. /// </summary> /// <param name="idPais">Initial value of the idPais property.</param> /// <param name="nome">Initial value of the nome property.</param> /// <param name="sigla">Initial value of the sigla property.</param> public static tblPais CreatetblPais(global::System.Int32 idPais, global::System.String nome, global::System.String sigla) { tblPais tblPais = new tblPais(); tblPais.idPais = idPais; tblPais.nome = nome; tblPais.sigla = sigla; return tblPais; }