SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Costruttore

Definizione

Inizializza una nuova istanza della classe SqlDataSourceSelectingEventArgs tramite l'oggetto DbCommand specificato e gli oggetti DataSourceSelectArguments passati al metodo Select(DataSourceSelectArguments).

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)

Parametri

command
DbCommand

Oggetto DbCommand che rappresenta la query Select(DataSourceSelectArguments) annullabile.

Commenti

Il inputParameters parametro è una IDictionary raccolta di coppie nome/valore che corrispondono a quelle nella firma del metodo e vengono passate per riferimento.

Si applica a

Vedi anche