You are here

property views_query::$distinct in Views (for Drupal 7) 6.2

A flag as to whether or not to make the primary field distinct.

File

includes/query.inc, line 65
query.inc Defines the query object which is the underlying layer in a View.

Class

views_query
Object used to create a SELECT query.

Code

var $distinct = FALSE;