ObjectDataSourceMethodEventArgs(IOrderedDictionary) Konstruktor

Definicja

Inicjuje nowe wystąpienie ObjectDataSourceMethodEventArgs 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

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

Dotyczy