DbBinaryExpression.Right 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定定義右引數的 DbExpression。
public:
property System::Data::Common::CommandTrees::DbExpression ^ Right { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Right { get; }
member this.Right : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Right As DbExpression
屬性值
定義右引數的 DbExpression。
例外狀況
此運算式為 null
。
備註
有設定 Right 屬性時,衍生的運算式型別可能會執行更嚴格的型別檢查。 例如,DbUnionAllExpression 會要求其右運算式具有集合結果型別,而 DbAndExpression 會要求 Boolean 結果型別。 一般而言,衍生的運算式型別不允許 Right 設定為結果型別不等於或可提升為目前值之結果型別的運算式。