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

定義

左と右のセット引数の積集合を計算する新しい 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

左の set 引数を定義する式。

right
DbExpression

右の set 引数を定義する式。

返品

左引数と右引数の交差部分を表す新しい DbIntersectExpression。

例外

left または right が null です。

leftまたはrightの間に共通のコレクション結果の種類が存在しません。

適用対象