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 SqlDataSourceSelectingEventArgs classe utilizzando l'oggetto specificato DbCommand e qualsiasi DataSourceSelectArguments oggetto passato al Select(DataSourceSelectArguments) metodo .
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 annullabile Select(DataSourceSelectArguments) .
- arguments
- DataSourceSelectArguments
Oggetto DataSourceSelectArguments passato al Select(DataSourceSelectArguments) metodo .
Commenti
Il inputParameters parametro è una IDictionary raccolta di coppie nome/valore che corrispondono a quelle nella firma del metodo e vengono passate per riferimento.