SelectQuery.Distinct Property
Specifies whether or not a query result set should include duplicate values.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.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