/// <summary> /// Deprecated Method for adding a new object to the E085CCL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToE085CCL(ClienteCaracteristica clienteCaracteristica) { base.AddObject("E085CCL", clienteCaracteristica); }
/// <summary> /// Create a new ClienteCaracteristica object. /// </summary> /// <param name="cODCLI">Initial value of the CODCLI property.</param> /// <param name="cODCCL">Initial value of the CODCCL property.</param> /// <param name="sEQORD">Initial value of the SEQORD property.</param> /// <param name="cODCCC">Initial value of the CODCCC property.</param> public static ClienteCaracteristica CreateClienteCaracteristica(global::System.Int32 cODCLI, global::System.String cODCCL, global::System.Int16 sEQORD, global::System.Int16 cODCCC) { ClienteCaracteristica clienteCaracteristica = new ClienteCaracteristica(); clienteCaracteristica.CODCLI = cODCLI; clienteCaracteristica.CODCCL = cODCCL; clienteCaracteristica.SEQORD = sEQORD; clienteCaracteristica.CODCCC = cODCCC; return clienteCaracteristica; }