ObjectDataSourceFilteringEventArgs.ObjectDataSourceFilteringEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the ObjectDataSourceFilteringEventArgs 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 ObjectDataSourceFilteringEventArgs ( IOrderedDictionary parameterValues )
public function ObjectDataSourceFilteringEventArgs ( 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: