ListView.CreateDataSourceSelectArguments Metodo

Definizione

Crea l'oggetto DataSourceSelectArguments contenente gli argomenti che vengono passati all'origine dati.

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

Restituisce

Argomenti passati all'origine dati.

Commenti

Il CreateDataSourceSelectArguments metodo è un metodo helper chiamato dal ListView controllo . In questa implementazione l'oggetto DataSourceSelectArguments contiene gli argomenti per le operazioni di paging.

Note per gli eredi

Quando si estende la classe, è possibile eseguire l'override ListView di questo metodo e specificare valori personalizzati passati all'origine dati.

Si applica a

Vedi anche