QueryContext.SelectParameters 屬性

定義

取得或設定參數集合,這些參數指定屬性以及所擷取資料中包含的計算值。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ SelectParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> SelectParameters { get; }
member this.SelectParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property SelectParameters As IDictionary(Of String, Object)

屬性值

IDictionary<String,Object>

參數集合,供資料來源用於建立 Select 命令。

適用於