/// <summary> /// Deprecated Method for adding a new object to the variables_de_entorno EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovariables_de_entorno(variable_de_entorno variable_de_entorno) { base.AddObject("variables_de_entorno", variable_de_entorno); }
/// <summary> /// Create a new variable_de_entorno object. /// </summary> /// <param name="vARIABLES_LLAVE">Initial value of the VARIABLES_LLAVE property.</param> /// <param name="vARIABLES_NOMBRE">Initial value of the VARIABLES_NOMBRE property.</param> /// <param name="vARIABLES_VALOR">Initial value of the VARIABLES_VALOR property.</param> /// <param name="cREADO_POR">Initial value of the CREADO_POR property.</param> /// <param name="fECHA_CREACION">Initial value of the FECHA_CREACION property.</param> public static variable_de_entorno Createvariable_de_entorno(global::System.String vARIABLES_LLAVE, global::System.String vARIABLES_NOMBRE, global::System.String vARIABLES_VALOR, global::System.String cREADO_POR, global::System.DateTime fECHA_CREACION) { variable_de_entorno variable_de_entorno = new variable_de_entorno(); variable_de_entorno.VARIABLES_LLAVE = vARIABLES_LLAVE; variable_de_entorno.VARIABLES_NOMBRE = vARIABLES_NOMBRE; variable_de_entorno.VARIABLES_VALOR = vARIABLES_VALOR; variable_de_entorno.CREADO_POR = cREADO_POR; variable_de_entorno.FECHA_CREACION = fECHA_CREACION; return variable_de_entorno; }