com.ibm.gre.IRMQuery.runQuery Function
Calls the QueryController runQuery using the mofified query values. Saves the result internally. Call ResultList to retreive the XML return value.

Public int runQuery (int, int)
  Type Name Description  
    int nBlockStart The index value return a block of values from. 0 indicates the first value.  
    int nBlockSize The number of values to return. 0 indicates return all values.  
  Return Description  
    int Always returns 100 meaning 100% complete.