ObjectDataSourceSelectingEventArgs Konstruktor

Definice

Inicializuje novou instanci ObjectDataSourceSelectingEventArgs třídy.

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)

Parametry

inputParameters
IOrderedDictionary

An IDictionary of Parameter objects.

arguments
DataSourceSelectArguments

A DataSourceSelectArguments , který určuje, které další operace související s daty ObjectDataSource by měl provádět se sadou výsledků, například řazení dat nebo vrácení konkrétní podmnožiny dat.

executingSelectCount
Boolean

true k označení ObjectDataSource , že načítá kromě samotných dat i počet řádků dat. V opačném případě false.

Poznámky

Parametr inputParameters je IDictionary kolekce párů název/hodnota, které odpovídají párům v podpisu metody a předávají se odkazem.

Platí pro

Viz také