DbExpressionBuilder.Intersect(DbExpression, DbExpression) メソッド

定義

セット引数 left と right の積集合を計算する新しい DbIntersectExpression を作成します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbIntersectExpression ^ Intersect(System::Data::Common::CommandTrees::DbExpression ^ left, System::Data::Common::CommandTrees::DbExpression ^ right);
public static System.Data.Common.CommandTrees.DbIntersectExpression Intersect (this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right);
static member Intersect : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbIntersectExpression
<Extension()>
Public Function Intersect (left As DbExpression, right As DbExpression) As DbIntersectExpression

パラメーター

left
DbExpression

セット引数 left を定義する式。

right
DbExpression

セット引数 right を定義する式。

戻り値

左辺引数と右辺引数の積集合を表す新しい DbIntersectExpression。

例外

left または right が null です。

left または right の結果型が、同じコレクション型ではありません。

適用対象