asp.net.ph

SqlDataSource.FilterParameters Property

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.

Syntax


Inline <asp:SqlDataSource filterparameters = objCollection ... >
Script SqlDataSource.FilterParameters [ = objCollection ]

Property Value


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.

Remarks

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.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph