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 Overridable Function GetWhereParameters (
	dataSource As IDynamicDataSource
) As IEnumerable(Of Parameter)

Parameters

dataSource
Type: System.Web.DynamicData.IDynamicDataSource

The IDynamicDataSource instance to get the parameters from.

Return Value

Type: System.Collections.Generic.IEnumerable(Of 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: