QueryContext::WhereParameters Property
.NET Framework (current version)
Gets or sets a collection of parameters that specify the conditions that must be true for a record to be included in the retrieved data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property IDictionary<String^, Object^>^ WhereParameters { IDictionary<String^, Object^>^ get(); private: void set(IDictionary<String^, Object^>^ value); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^A collection of parameters that the data source uses to create a Where clause.
.NET Framework
Available since 4.0
Available since 4.0
Show: