QueryableDataSourceView::WhereParameters Property
.NET Framework (current version)
Gets a collection of parameters that are used to create a Where clause.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property ParameterCollection^ WhereParameters { virtual ParameterCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls::ParameterCollection^A collection of parameters that are used to create a Where clause.
.NET Framework
Available since 4.0
Available since 4.0
Show: