Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Returns the collection of parameters that are used to create a Where clause for when the data source is queried.

Namespace:   System.Web.DynamicData
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
Return to top
Show:
© 2017 Microsoft