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

IOrderedDictionaryParameter对象,表示业务对象方法的参数的名称及其关联的值。

适用于