The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DynamicControlParameter::GetWhereParameters Method (IDynamicDataSource^)
.NET Framework (current version)
Returns the collection of parameters that are used to create a Where clause for when the data source is queried.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual IEnumerable<Parameter^>^ GetWhereParameters( IDynamicDataSource^ dataSource )
Parameters
- dataSource
-
Type:
System.Web.DynamicData::IDynamicDataSource^
The IDynamicDataSource instance to get the parameters from.
Return Value
Type: System.Collections.Generic::IEnumerable<Parameter^>^A collection of Parameter objects that represent the query parameters for the specified IDynamicDataSource instance.
.NET Framework
Available since 3.5
Available since 3.5
Show: