Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_cliente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_cliente(bh_cliente bh_cliente)
 {
     base.AddObject("bh_cliente", bh_cliente);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new bh_cliente object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="id_cliente">Initial value of the id_cliente property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 public static bh_cliente Createbh_cliente(global::System.Decimal id, global::System.String id_cliente, global::System.DateTime dt_alteracao)
 {
     bh_cliente bh_cliente = new bh_cliente();
     bh_cliente.id = id;
     bh_cliente.id_cliente = id_cliente;
     bh_cliente.dt_alteracao = dt_alteracao;
     return bh_cliente;
 }