SelectExpression.IsDistinct Property

Definition

Gets or sets a value indicating whether this SelectExpression is DISTINCT.

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

Property Value

true if this SelectExpression is distinct, false if not.

Applies to