/**
  * Overrides \Drupal\Core\Entity\Query\Sql::prepare().
  */
 public function prepare()
 {
     parent::prepare();
     // Throw away the id fields.
     $this->sqlFields = array();
     return $this;
 }