Whether or not this query should be DISTINCT
Type: bool
File
- core/lib/Drupal/Core/Database/Query/Select.php, line 87
Class
- Select
- Query builder for SELECT statements.
Namespace
Drupal\Core\Database\Query
Code
protected $distinct = FALSE;
Whether or not this query should be DISTINCT
Type: bool
Drupal\Core\Database\Query
protected $distinct = FALSE;
Please login to continue.