SelectExpression.IsDistinct 속성

정의

이 SelectExpression이 DISTINCT인지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

이 SelectExpression이 고유하면 true이고, 그렇지 않으면 false입니다.

적용 대상