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对象,表示业务对象方法的参数的名称及其关联的值。