DbBinaryExpression.Left 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
得到或設定 , DbExpression 定義了左論點。
public:
property System::Data::Common::CommandTrees::DbExpression ^ Left { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Left { get; }
member this.Left : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Left As DbExpression
屬性值
這 DbExpression 定義了左派的論點。
例外狀況
表達式為 null。
備註
當屬性被設定時,導出表達式類型可能會執行更嚴格的類型檢查 Left 。 例如,要求 DbUnionAllExpression 其左表達式具有集合結果型態,而 DbAndExpression 需要布林結果型態。 通常,導出表達式類型不允許 Left 設定為與當前值結果類型不相等或不可升調的表達式。