SelectExpression.IsDistinct Özellik

Tanım

SelectExpression'ın DISTINCT olup olmadığını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Bu SelectExpression ayrıysa true, değilse false.

Şunlara uygulanır