Share via


XmlDataSourceView.Select(DataSourceSelectArguments) Metoda

Definice

Načte seznam řádků dat ze základního kódu 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

Objekt DataSourceSelectArguments , který se používá k vyžádání operací s daty nad rámec základního načtení dat.

Návraty

Kolekce IEnumerable datových položek.

Platí pro