ObjectDataSourceSelectingEventArgs Konstruktor

Definition

Initialisiert eine neue Instanz der ObjectDataSourceSelectingEventArgs-Klasse.

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)

Parameter

inputParameters
IOrderedDictionary

Ein IDictionary Objekt Parameter .

arguments
DataSourceSelectArguments

A DataSourceSelectArguments that specifies which additional data-related operations the ObjectDataSource should perform on a results set, such as sort the data or returning a specific subset of data.

executingSelectCount
Boolean

true um anzugeben, dass ObjectDataSource die Anzahl der Datenzeilen zusätzlich zu den Daten selbst abgerufen wird; andernfalls false.

Hinweise

Der inputParameters Parameter ist eine IDictionary Auflistung von Name/Wert-Paaren, die mit denen in der Methodensignatur übereinstimmen und durch Verweis übergeben werden.

Gilt für:

Weitere Informationen