Share via


QueryContext.WhereParameters 属性

定义

获取或设置一个参数集合,这些参数指定要将记录包含在检索到的数据中所必须满足的条件。

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

属性值

数据源用于创建 Where 子句的参数集合。

适用于