Plumtree Portal UI  
 

ASQueryResultWrapper.SetIsComplete Method 

MES- SetIsComplete lets the code that sets us up decide if we have all the data. For example, if some code creates a QueryResult by doing a query that's constrained to a given number of rows, and the query returns that number of rows (and would therefore probably return more if more were asked for) the code should call SetIsComplete(false). The default value is true.

public virtual void SetIsComplete(
   bool bIsComplete
);

Parameters

bIsComplete
indicates if the QueryResult we're wrapping is complete (i.e does it contain all rows that match the Query constraints, or has it been truncated?)

See Also

ASQueryResultWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace