Pinq\Providers\Utilities\IQueryResultCollection::tryComputeResults PHP Method

tryComputeResults() public method

If the exact results cannot be found, the query expression is traversed to find whether an appropriate parent query result is available. If so the results computed from the remaining query scope expression.
public tryComputeResults ( Expression $queryExpression, &$results ) : boolean
$queryExpression Pinq\Expressions\Expression
return boolean Whether the results were successfully computed
    public function tryComputeResults(O\Expression $queryExpression, &$results);