SelectQuery.Distinct Property
Specifies whether or not a query result set should include duplicate values.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
[LocalizableCategory(DataAccessStringId.QueryPropertyGridTableSelectionCategoryName)]
[TypeConverter(typeof(BooleanTypeConverter))]
public bool Distinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to select only distinct (different) values; otherwise false. |
See Also