Plumtree Portal UI  
 

APTQueryWrapper.IsComplete Method 

MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e. have we truncated the rowset because it's too large to bring to the client.)

public virtual bool IsComplete();

Return Value

A boolean indicating completeness.

Implements

IASQueryResult.IsComplete

See Also

APTQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace