Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bc_cli_researcher_r 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="usuario_alteracao">Initial value of the usuario_alteracao property.</param>
 /// <param name="dt_alteracao">Initial value of the dt_alteracao property.</param>
 public static bc_cli_researcher_r Createbc_cli_researcher_r(global::System.Int64 id, global::System.Int64 id_cliente, global::System.Int32 usuario_alteracao, global::System.DateTime dt_alteracao)
 {
     bc_cli_researcher_r bc_cli_researcher_r = new bc_cli_researcher_r();
     bc_cli_researcher_r.id = id;
     bc_cli_researcher_r.id_cliente = id_cliente;
     bc_cli_researcher_r.usuario_alteracao = usuario_alteracao;
     bc_cli_researcher_r.dt_alteracao = dt_alteracao;
     return bc_cli_researcher_r;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bc_cli_researcher_r EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobc_cli_researcher_r(bc_cli_researcher_r bc_cli_researcher_r)
 {
     base.AddObject("bc_cli_researcher_r", bc_cli_researcher_r);
 }