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