次の方法で共有


DbFunctionAggregate.Distinct プロパティ

定義

この集計が個別の集計であるかどうかを示す値を取得します。

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

プロパティ値

一意の集計である場合は true。それ以外の場合は false

注釈

個別の集計かどうかを示す DistinctDbFunctionAggregate プロパティ。 したがって、入力引数に重複がある場合は、集計を計算する前に除外する必要があります。

適用対象