IDynamicDataSource::WhereParameters Property

 

Gets a collection of parameters that are used to create a Where clause.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

property ParameterCollection^ WhereParameters {
	ParameterCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls::ParameterCollection^

A collection that contains the parameters that are used by this property.

.NET Framework
Available since 3.5
Return to top
Show: