Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bh_cli_telefone EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobh_cli_telefone(bh_cli_telefone bh_cli_telefone)
 {
     base.AddObject("bh_cli_telefone", bh_cli_telefone);
 }
Пример #2
0
 /// <summary>
 /// Create a new bh_cli_telefone 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>
 /// <param name="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 public static bh_cli_telefone Createbh_cli_telefone(global::System.Int64 id, global::System.Int64 id_cliente, global::System.DateTime dt_alteracao, global::System.Int16 usuario_alteracao)
 {
     bh_cli_telefone bh_cli_telefone = new bh_cli_telefone();
     bh_cli_telefone.id = id;
     bh_cli_telefone.id_cliente = id_cliente;
     bh_cli_telefone.dt_alteracao = dt_alteracao;
     bh_cli_telefone.usuario_alteracao = usuario_alteracao;
     return bh_cli_telefone;
 }