Esempio n. 1
0
 /// <summary>
 /// Create a new bc_cliente object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="nome">Initial value of the nome property.</param>
 /// <param name="id_sexo">Initial value of the id_sexo 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 bc_cliente Createbc_cliente(global::System.Int64 id, global::System.String nome, global::System.Byte id_sexo, global::System.DateTime dt_alteracao, global::System.Int16 usuario_alteracao)
 {
     bc_cliente bc_cliente = new bc_cliente();
     bc_cliente.id = id;
     bc_cliente.nome = nome;
     bc_cliente.id_sexo = id_sexo;
     bc_cliente.dt_alteracao = dt_alteracao;
     bc_cliente.usuario_alteracao = usuario_alteracao;
     return bc_cliente;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bc_cliente EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobc_cliente(bc_cliente bc_cliente)
 {
     base.AddObject("bc_cliente", bc_cliente);
 }