SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Constructeur

Définition

Initialise une nouvelle instance de la SqlDataSourceSelectingEventArgs classe, à l’aide de l’objet spécifié DbCommand et de toute instance DataSourceSelectArguments passée à la Select(DataSourceSelectArguments) méthode.

public:
 SqlDataSourceSelectingEventArgs(System::Data::Common::DbCommand ^ command, System::Web::UI::DataSourceSelectArguments ^ arguments);
public SqlDataSourceSelectingEventArgs(System.Data.Common.DbCommand command, System.Web.UI.DataSourceSelectArguments arguments);
new System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs : System.Data.Common.DbCommand * System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
Public Sub New (command As DbCommand, arguments As DataSourceSelectArguments)

Paramètres

command
DbCommand

Objet DbCommand qui représente la requête annulable Select(DataSourceSelectArguments) .

Remarques

Le inputParameters paramètre est une IDictionary collection de paires nom/valeur qui correspondent à celles de la signature de méthode et qui sont passées par référence.

S’applique à

Voir aussi