Share via


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

ビジネス オブジェクト メソッドのパラメーターの名前とそれらに関連付けられた値を表す IOrderedDictionary オブジェクトの Parameter

適用対象