SqlDataSourceFilteringEventArgs.SqlDataSourceFilteringEventArgs Constructor
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public SqlDataSourceFilteringEventArgs ( IOrderedDictionary parameterValues )
public function SqlDataSourceFilteringEventArgs ( parameterValues : IOrderedDictionary )
Not applicable.
Parameters
- parameterValues
An IOrderedDictionary of Parameter objects.
The parameters in the parameterValues collection are associated with any parameters that are specified in the FilterExpression property when the Select method runs.
Community Additions
ADD
Show: