ObjectDataSourceSelectingEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
。
備註
參數 inputParameters
是 IDictionary 名稱/值組的集合,符合方法簽章中的名稱/值組,並以傳址方式傳遞。