Sdílet prostřednictvím


DbExpressionBuilder.Plus(DbExpression, DbExpression) Metoda

Definice

Vytvoří nový DbArithmeticExpression , který přidá argument vlevo k argumentu vpravo.

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

Parametry

left
DbExpression

Výraz, který určuje levý argument.

right
DbExpression

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

Návraty

Nový DbArithmeticExpression představující operaci sčítání.

Výjimky

left nebo right má hodnotu null.

Mezi left a rightneexistuje žádný společný typ číselného výsledku.

Platí pro