Share via


ObjectDataSourceSelectingEventArgs 构造函数

定义

初始化 ObjectDataSourceSelectingEventArgs 类的新实例。

public:
 ObjectDataSourceSelectingEventArgs(System::Collections::Specialized::IOrderedDictionary ^ inputParameters, System::Web::UI::DataSourceSelectArguments ^ arguments, bool executingSelectCount);
public ObjectDataSourceSelectingEventArgs (System.Collections.Specialized.IOrderedDictionary inputParameters, System.Web.UI.DataSourceSelectArguments arguments, bool executingSelectCount);
new System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.DataSourceSelectArguments * bool -> System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs
Public Sub New (inputParameters As IOrderedDictionary, arguments As DataSourceSelectArguments, executingSelectCount As Boolean)

参数

inputParameters
IOrderedDictionary

IDictionary 对象的 Parameter

arguments
DataSourceSelectArguments

DataSourceSelectArguments,指定 ObjectDataSource 应对结果集执行哪些与数据相关的附加操作,如对数据进行排序或返回特定的数据子集。

executingSelectCount
Boolean

如果为 true,则指示 ObjectDataSource 除检索数据本身之外还在检索数据行数,否则为 false

注解

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

适用于

另请参阅