ListView.CreateDataSourceSelectArguments Metoda

Definicja

DataSourceSelectArguments Tworzy obiekt zawierający argumenty przekazywane do źródła danych.

protected:
 override System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overrides Function CreateDataSourceSelectArguments () As DataSourceSelectArguments

Zwraca

Argumenty przekazywane do źródła danych.

Uwagi

Metoda CreateDataSourceSelectArguments jest metodą pomocnika wywoływaną przez kontrolkę ListView . W tej implementacji DataSourceSelectArguments obiekt zawiera argumenty operacji stronicowania.

Uwagi dotyczące dziedziczenia

Po rozszerzeniu ListView klasy można zastąpić tę metodę i określić wartości niestandardowe przekazywane do źródła danych.

Dotyczy

Zobacz też