Udostępnij za pośrednictwem


ObjectDataSourceMethodEventArgs(IOrderedDictionary) Konstruktor

Definicja

Inicjuje ObjectDataSourceMethodEventArgs nowe wystąpienie klasy przy użyciu określonej kolekcji parametrów wejściowych.

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)

Parametry

inputParameters
IOrderedDictionary

Parameter Obiekt IOrderedDictionary reprezentujący nazwy parametrów metody obiektu biznesowego i skojarzone z nimi wartości.

Dotyczy