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 命令的参数集合。

适用于