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)

属性值

数据源用于创建 Select 命令的参数集合。

适用于