共用方式為


DbBinaryExpression.Right 屬性

定義

取得定義 DbExpression 正確引數的 。

public virtual System.Data.Entity.Core.Common.CommandTrees.DbExpression Right { get; }
member this.Right : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Overridable ReadOnly Property Right As DbExpression

屬性值

定義右引數的 DbExpression

例外狀況

運算式為 null。

運算式未與 的命令樹 DbBinaryExpression 相關聯,或其結果類型不等於或提升為正確引數的必要類型。

適用於