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,表示商務物件方法參數的名稱和其關聯的值。