Skip to main content
A newer version of this page is available. .

SelectQuery.Distinct Property

Specifies whether or not a query result set should include duplicate values.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[DefaultValue(false)]
[LocalizableCategory(DataAccessStringId.QueryPropertyGridTableSelectionCategoryName)]
public bool Distinct { get; set; }

Property Value

Type Default Description
Boolean **false**

true to select only distinct (different) values; otherwise false.

See Also