Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
ObjectDataSourceMethodEventArgs(
	IOrderedDictionary^ inputParameters
)

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:
© 2017 Microsoft