Sdílet prostřednictvím


DbExpressionBuilder.Or(DbExpression, DbExpression) Metoda

Definice

Vytvoří objekt DbOrExpression , který provádí logické argumenty Nebo z levého a pravého argumentu.

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

Parametry

left
DbExpression

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

right
DbExpression

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

Návraty

Nový DbOrExpression se zadanými argumenty.

Výjimky

left nebo right je null.

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

Platí pro