SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的 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) 查询。
- arguments
- DataSourceSelectArguments
传递给 DataSourceSelectArguments 方法的 Select(DataSourceSelectArguments) 对象。
注解
参数 inputParameters
是 IDictionary 名称/值对的集合,与方法签名中的名称/值对匹配,并通过引用传递。