Edit

Share via


DynamicControlParameter.GetWhereParameters(IDynamicDataSource) Method

Definition

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

C#
public virtual System.Collections.Generic.IEnumerable<System.Web.UI.WebControls.Parameter> GetWhereParameters(System.Web.DynamicData.IDynamicDataSource dataSource);

Parameters

dataSource
IDynamicDataSource

The IDynamicDataSource instance to get the parameters from.

Returns

A collection of Parameter objects that represent the query parameters for the specified IDynamicDataSource instance.

Implements

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1