You are here

protected property SelectQueryResult::$done in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/SelectQueryResult.php \Drupal\salesforce\SelectQueryResult::done
  2. 8.3 src/SelectQueryResult.php \Drupal\salesforce\SelectQueryResult::done

Indicates whether the current result set is the complete set.

Type: bool

File

src/SelectQueryResult.php, line 24

Class

SelectQueryResult
Class SelectQueryResult.

Namespace

Drupal\salesforce

Code

protected $done;