Sdílet prostřednictvím


DbExpressionBuilder.And(DbExpression, DbExpression) Metoda

Definice

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

public static System.Data.Entity.Core.Common.CommandTrees.DbAndExpression And(this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member And : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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

vlevo nebo vpravo má hodnotu null.

vlevo a vpravo nemají logický typ výsledku.

Platí pro