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 代表業務物件方法參數名稱及其相關值的物件。

適用於