DbExpressionBinding.Expression 屬性

定義

取得或設定 , DbExpression 定義輸入集合。

public:
 property System::Data::Common::CommandTrees::DbExpression ^ Expression { System::Data::Common::CommandTrees::DbExpression ^ get(); };
public System.Data.Common.CommandTrees.DbExpression Expression { get; }
member this.Expression : System.Data.Common.CommandTrees.DbExpression
Public ReadOnly Property Expression As DbExpression

屬性值

DbExpression 就定義了輸入集合。

例外狀況

表達式為 null

該表達式不與綁定的指令樹相關聯,或其結果型別不等於或無法升調到該屬性目前值的結果型別。

適用於