SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
- arguments
- DataSourceSelectArguments
L'oggetto DataSourceSelectArguments passato al metodo Select(DataSourceSelectArguments).
Commenti
Il inputParameters
parametro è una IDictionary raccolta di coppie nome/valore che corrispondono a quelle nella firma del metodo e vengono passate per riferimento.