ObjectDataSourceMethodEventArgs(IOrderedDictionary) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的输入参数集合初始化 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。