ObjectDataSourceMethodEventArgs Constructor (IOrderedDictionary)

 

Initializes a new instance of the ObjectDataSourceMethodEventArgs class using the specified input parameters collection.

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

Public Sub New (
	inputParameters As IOrderedDictionary
)

Parameters

inputParameters
Type: System.Collections.Specialized.IOrderedDictionary

An IOrderedDictionary of Parameter objects that represent the names of the parameters of the business object method and their associated values.

.NET Framework
Available since 2.0
Return to top
Show: