다음을 통해 공유


DbFunctionAggregate.Distinct 속성

정의

이 집계가 고유 집계인지 여부를 나타내는 값을 가져옵니다.

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

속성 값

집계가 고유 집계이면

설명

이 속성 DbFunctionAggregateDistinct 집계가 고유한지 여부를 나타냅니다. 따라서 집계를 계산하기 전에 입력 인수의 중복을 제거해야 합니다.

적용 대상