DbExpressionBuilder.Distinct(DbExpression) メソッド

定義

指定されたセット引数から重複を取り除いた新しい DbDistinctExpression を作成します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbDistinctExpression ^ Distinct(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbDistinctExpression Distinct (this System.Data.Common.CommandTrees.DbExpression argument);
static member Distinct : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbDistinctExpression
<Extension()>
Public Function Distinct (argument As DbExpression) As DbDistinctExpression

パラメーター

argument
DbExpression

重複除去操作の実行対象となるセットを定義する式。

戻り値

指定されたセット引数に適用される別個の操作を表す新しい DbDistinctExpression。

例外

argument が null です。

argument の結果型がコレクション型ではありません。

適用対象