Sdílet prostřednictvím


DbExpressionBuilder.And(DbExpression, DbExpression) Metoda

Definice

Vytvoří objekt DbAndExpression , který provádí logické and argumenty vlevo a vpravo.

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

Parametry

left
DbExpression

Logický výraz, který určuje argument vlevo.

right
DbExpression

Logický výraz, který určuje správný argument.

Návraty

Nový DbAndExpression se zadanými argumenty.

Výjimky

left nebo right má hodnotu null.

left a right nemá logický typ výsledku.

Platí pro