DbExpressionBuilder.Intersect(DbExpression, DbExpression) Méthode

Définition

Crée un nouveau DbIntersectExpression qui calcule l’intersection des arguments de jeu de gauche et de droite.

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

Paramètres

left
DbExpression

Expression qui définit l’argument de jeu de gauche.

right
DbExpression

Expression qui définit l’argument de jeu approprié.

Retours

Nouvelle DbIntersectExpression qui représente l’intersection des arguments gauche et droit.

Exceptions

left ou right a la valeur Null.

Aucun type de résultat de collection commun n’existe entre left ou right.

S’applique à