/// <summary>
 /// Deprecated Method for adding a new object to the T_PARAMETRO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_PARAMETRO(PARAMETRO pARAMETRO)
 {
     base.AddObject("T_PARAMETRO", pARAMETRO);
 }
 /// <summary>
 /// Create a new PARAMETRO object.
 /// </summary>
 /// <param name="iD_PARAMETRO">Initial value of the ID_PARAMETRO property.</param>
 /// <param name="cOD_PARAMETRO">Initial value of the COD_PARAMETRO property.</param>
 /// <param name="nOME_PARAMETRO">Initial value of the NOME_PARAMETRO property.</param>
 /// <param name="tIPO_PARAMETRO">Initial value of the TIPO_PARAMETRO property.</param>
 /// <param name="vALOR_PARAMETRO">Initial value of the VALOR_PARAMETRO property.</param>
 /// <param name="lOGIN_USUARIO">Initial value of the LOGIN_USUARIO property.</param>
 /// <param name="dATA_ATUALIZACAO">Initial value of the DATA_ATUALIZACAO property.</param>
 /// <param name="iD_EMPRESA">Initial value of the ID_EMPRESA property.</param>
 public static PARAMETRO CreatePARAMETRO(global::System.Guid iD_PARAMETRO, global::System.String cOD_PARAMETRO, global::System.String nOME_PARAMETRO, global::System.String tIPO_PARAMETRO, global::System.String vALOR_PARAMETRO, global::System.String lOGIN_USUARIO, global::System.DateTime dATA_ATUALIZACAO, global::System.Guid iD_EMPRESA)
 {
     PARAMETRO pARAMETRO = new PARAMETRO();
     pARAMETRO.ID_PARAMETRO = iD_PARAMETRO;
     pARAMETRO.COD_PARAMETRO = cOD_PARAMETRO;
     pARAMETRO.NOME_PARAMETRO = nOME_PARAMETRO;
     pARAMETRO.TIPO_PARAMETRO = tIPO_PARAMETRO;
     pARAMETRO.VALOR_PARAMETRO = vALOR_PARAMETRO;
     pARAMETRO.LOGIN_USUARIO = lOGIN_USUARIO;
     pARAMETRO.DATA_ATUALIZACAO = dATA_ATUALIZACAO;
     pARAMETRO.ID_EMPRESA = iD_EMPRESA;
     return pARAMETRO;
 }