SqlDataSourceFilteringEventArgs Constructor (IOrderedDictionary^)

 

Initializes a new instance of the SqlDataSourceFilteringEventArgs class by using the specified object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
SqlDataSourceFilteringEventArgs(
	IOrderedDictionary^ parameterValues
)

The parameters in the parameterValues collection are associated with any parameters that are specified in the FilterExpression property when the Select method runs.

.NET Framework
Available since 2.0
Return to top
Show: