distinct property

bool distinct
final

Whether to generate a SELECT DISTINCT query that will remove duplicate rows from the result set.

Implementation

final bool distinct;