ObjectDataSourceMethodEventArgs(IOrderedDictionary) Construtor

Definição

Inicializa uma nova instância da classe ObjectDataSourceMethodEventArgs usando a coleção de parâmetros de entrada especificada.Initializes a new instance of the ObjectDataSourceMethodEventArgs class using the specified input parameters collection.

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)

Parâmetros

inputParameters
IOrderedDictionary

Um IOrderedDictionary de objetos Parameter que representam os nomes dos parâmetros do método objeto comercial e seus valores associados.An IOrderedDictionary of Parameter objects that represent the names of the parameters of the business object method and their associated values.

Aplica-se a