SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor

Definition

Initierar en ny instans av klassen med hjälp av SqlDataSourceSelectingEventArgs det angivna DbCommand objektet och alla som DataSourceSelectArguments skickas Select(DataSourceSelectArguments) till metoden.

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)

Parametrar

command
DbCommand

Ett DbCommand objekt som representerar den avbrutna Select(DataSourceSelectArguments) frågan.

Kommentarer

Parametern inputParameters är en IDictionary samling namn/värde-par som matchar dem i metodsignaturen och skickas med referens.

Gäller för

Se även