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

对象的一IDictionaryParameter

arguments
DataSourceSelectArguments

一个 DataSourceSelectArguments ,指定应对结果集执行哪些其他数据相关操作 ObjectDataSource ,例如对数据进行排序或返回特定数据子集。

executingSelectCount
Boolean

true ObjectDataSource指示除数据本身外,还检索数据行数;否则为 false

注解

参数 inputParameters 是名称 IDictionary /值对的集合,与方法签名中的名称/值对匹配,并由引用传递。

适用于

另请参阅