DbExpressionBuilder.Plus(DbExpression, DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 DbArithmeticExpression,這個運算式會將左引數加入右引數。
public static System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression Plus (this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member Plus : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Plus (left As DbExpression, right As DbExpression) As DbArithmeticExpression
參數
- left
- DbExpression
指定左引數的運算式。
- right
- DbExpression
指定右引數的運算式。
傳回
表示其他作業的新 DbArithmeticExpression。
例外狀況
向左或向右為 Null。
左和右之間沒有常見的數值結果類型。