ObjectDataSourceMethodEventArgs(IOrderedDictionary) Constructor

Definition

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

public:
 ObjectDataSourceMethodEventArgs(System::Collections::Specialized::IOrderedDictionary ^ inputParameters);
public ObjectDataSourceMethodEventArgs (System.Collections.Specialized.IOrderedDictionary inputParameters);
new System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs : System.Collections.Specialized.IOrderedDictionary -> System.Web.UI.WebControls.ObjectDataSourceMethodEventArgs
Public Sub New (inputParameters As IOrderedDictionary)

Parameters

inputParameters
IOrderedDictionary

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

Applies to