Compartilhar via


SqlDataSourceFilteringEventArgs(IOrderedDictionary) Construtor

Definição

Inicializa uma nova instância da SqlDataSourceFilteringEventArgs classe usando o objeto especificado.

public:
 SqlDataSourceFilteringEventArgs(System::Collections::Specialized::IOrderedDictionary ^ parameterValues);
public SqlDataSourceFilteringEventArgs(System.Collections.Specialized.IOrderedDictionary parameterValues);
new System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs : System.Collections.Specialized.IOrderedDictionary -> System.Web.UI.WebControls.SqlDataSourceFilteringEventArgs
Public Sub New (parameterValues As IOrderedDictionary)

Parâmetros

parameterValues
IOrderedDictionary

Um IOrderedDictionary dos Parameter objetos.

Comentários

Os parâmetros na coleção são associados a parameterValues todos os parâmetros especificados na FilterExpression propriedade quando o Select método é executado.

Aplica-se a

Confira também