Share via


DbFunctionAggregate.Distinct Property

Definition

Gets a value indicating whether this aggregate is a distinct aggregate.

public bool Distinct { get; }
member this.Distinct : bool
Public ReadOnly Property Distinct As Boolean

Property Value

true if the aggregate is a distinct aggregate; otherwise, false.

Applies to