LinqDataSourceView.Select(DataSourceSelectArguments) Metoda

Definice

Načte data ze zdroje dat.

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, který se používá k vyžádání operací s daty nad rámec základního načtení dat.

Návraty

Seznam řádků dat.

Poznámky

Metoda Select volá metodu ExecuteSelect(DataSourceSelectArguments) a předává selectArgs parametr .

Platí pro