You are here

protected property QueryResult::$total in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Commands/QueryResult.php \Drupal\salesforce\Commands\QueryResult::total
  2. 8.3 src/Commands/QueryResult.php \Drupal\salesforce\Commands\QueryResult::total

Total records returned by query.

Type: int

File

src/Commands/QueryResult.php, line 26

Class

QueryResult
Adds structured metadata to RowsOfFieldsWithMetadata.

Namespace

Drupal\salesforce\Commands

Code

protected $total;