Share via


SelectExpression.IsDistinct Property

Definition

A bool value indicating if DISTINCT is applied to projection of this SelectExpression.

public bool IsDistinct { get; }
public bool IsDistinct { get; set; }
member this.IsDistinct : bool
member this.IsDistinct : bool with get, set
Public ReadOnly Property IsDistinct As Boolean
Public Property IsDistinct As Boolean

Property Value

Applies to