ObjectDataSourceSelectingEventArgs Konstruktor

Definition

Initierar en ny instans av ObjectDataSourceSelectingEventArgs klassen.

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)

Parametrar

inputParameters
IOrderedDictionary

En IDictionary av Parameter objekt.

arguments
DataSourceSelectArguments

En DataSourceSelectArguments som anger vilka ytterligare datarelaterade åtgärder ObjectDataSource som ska utföras på en resultatuppsättning, till exempel att sortera data eller returnera en specifik delmängd av data.

executingSelectCount
Boolean

true för att ange ObjectDataSource att hämtar antalet rader med data, förutom själva data, annars false.

Kommentarer

Parametern inputParameters är en IDictionary samling namn/värde-par som matchar dem i metodsignaturen och skickas med referens.

Gäller för

Se även