/// <summary> /// Create a new cliente object. /// </summary> /// <param name="cod_cliente">Initial value of the cod_cliente property.</param> public static cliente Createcliente(global::System.Int32 cod_cliente) { cliente cliente = new cliente(); cliente.cod_cliente = cod_cliente; return cliente; }
/// <summary> /// Deprecated Method for adding a new object to the cliente EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocliente(cliente cliente) { base.AddObject("cliente", cliente); }