ObjectDataSourceMethodEventArgs(IOrderedDictionary) 构造函数

定义

使用指定的输入参数集合初始化 ObjectDataSourceMethodEventArgs 类的新实例。

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)

参数

inputParameters
IOrderedDictionary

表示业务对象方法参数名称及其相关值的 IOrderedDictionary 对象的 Parameter

适用于