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
A DataSourceSelectArguments 指定應對結果集執行哪些額外資料相關操作 ObjectDataSource ,例如排序資料或回傳特定資料子集。
- executingSelectCount
- Boolean
true 表示 ObjectDataSource 是取回資料列數,除了資料本身外;否則, false。
備註
參數 inputParameters 是 IDictionary 一組與方法簽章中名稱/值對相符的組合,並透過參考傳遞。