コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the clientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToclientes(cliente cliente)
 {
     base.AddObject("clientes", cliente);
 }
コード例 #2
0
 /// <summary>
 /// Create a new cliente object.
 /// </summary>
 /// <param name="idCliente">Initial value of the IdCliente property.</param>
 public static cliente Createcliente(global::System.Int32 idCliente)
 {
     cliente cliente = new cliente();
     cliente.IdCliente = idCliente;
     return cliente;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the clientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToclientes(cliente cliente)
 {
     base.AddObject("clientes", cliente);
 }