System.Web.UI.WebControls Namespace SqlDataSource Class
.NET Framework version 2.0
Returns a collection of parameters that are associated with any parameter placeholders that are in the FilterExpression string.
Inline |
<asp:SqlDataSource filterparameters = objCollection ... > |
Script |
SqlDataSource.FilterParameters [ = objCollection ] |
objCollection |
A ParameterCollection that contains a set of parameters associated with any parameter placeholders found in the FilterExpression property. |
The property is read/write with no default value.
The parameters in the FilterParameters collection are associated with any parameters that are specified in the FilterExpression property. The parameter placeholders that are specified in the FilterExpression property are matched by order to parameter objects in the FilterParameters collection when the Select method is called.
The FilterParameters property retrieves the FilterParameters property that is contained by the SqlDataSourceView object that is associated with the SqlDataSource control.