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。

适用于