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

IDictionary ObjektyParameter.

arguments
DataSourceSelectArguments

Určuje DataSourceSelectArguments , které další operace ObjectDataSource související s daty by měly provádět v sadě výsledků, například řazení dat nebo vrácení určité podmnožiny dat.

executingSelectCount
Boolean

true indikuje ObjectDataSource , že načítá počet řádků dat, kromě samotných dat, jinak false.

Poznámky

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

Platí pro

Viz také