This documentation is archived and is not being maintained.
DynamicControlParameter::GetWhereParameters Method
Visual Studio 2010
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.
Implements
IWhereParametersProvider::GetWhereParameters(IDynamicDataSource)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: