SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) 构造函数

定义

使用指定的 SqlDataSourceSelectingEventArgs 对象和传递给 DbCommand 方法的任意 DataSourceSelectArguments,初始化 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)

参数

command
DbCommand

一个 DbCommand 对象,它表示可取消的 Select(DataSourceSelectArguments) 查询。

注解

参数 inputParametersIDictionary 名称/值对的集合,与方法签名中的名称/值对匹配,并通过引用传递。

适用于

另请参阅