SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Costruttore

Definizione

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) .

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