Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tmp_lalala EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmp_lalala(tmp_lalala tmp_lalala)
 {
     base.AddObject("tmp_lalala", tmp_lalala);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new tmp_lalala object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="nome">Initial value of the nome property.</param>
 /// <param name="id_sexo">Initial value of the id_sexo property.</param>
 /// <param name="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 public static tmp_lalala Createtmp_lalala(global::System.Int64 id, global::System.String nome, global::System.Byte id_sexo, global::System.Int16 usuario_alteracao)
 {
     tmp_lalala tmp_lalala = new tmp_lalala();
     tmp_lalala.id = id;
     tmp_lalala.nome = nome;
     tmp_lalala.id_sexo = id_sexo;
     tmp_lalala.usuario_alteracao = usuario_alteracao;
     return tmp_lalala;
 }