Udostępnij za pośrednictwem


XmlDataSourceView.Select(DataSourceSelectArguments) Metoda

Definicja

Pobiera listę wierszy danych z bazowego kodu XML.

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

Parametry

arguments
DataSourceSelectArguments

DataSourceSelectArguments Obiekt, który jest używany do żądania operacji na danych poza podstawowe pobieranie danych.

Zwraca

Kolekcja IEnumerable elementów danych.

Dotyczy