com.ibm.gre.IRMQuery.IRMQuery Function
Constructor

Public void IRMQuery (string, com.ibm.gre.ClientSession, string, bool)
  Type Name Description  
    string queryXML The XML string containing the values making up the Query. This string can be a saved query value returned by the QueryControllerEJB.getQueryById method.  
    com.ibm.gre.ClientSession session A ClientSession object containing references to the Records Manager API objects.  
    string strScope The full path string indicating the scope of the query.  
    bool addDisplayInfo Set to true if you wish to use this object to generate display information.  
  Return Description  
    void