DbExpressionBuilder.Intersect(DbExpression, DbExpression) Yöntem

Tanım

Sol ve sağ küme bağımsız değişkenlerinin kesişimini hesaplayan yeni DbIntersectExpression bir oluşturur.

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

Parametreler

left
DbExpression

Sol küme bağımsız değişkenini tanımlayan bir ifade.

right
DbExpression

Doğru küme bağımsız değişkenini tanımlayan ifade.

Döndürülenler

Sol ve sağ bağımsız değişkenlerin kesişimini temsil eden yeni bir DbIntersectExpression.

Özel durumlar

left veya right null.

veya rightarasında left ortak koleksiyon sonuç türü yok.

Şunlara uygulanır