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