LinqDataSourceView.Select(DataSourceSelectArguments) Metodo

Definizione

Recupera dati dall'origine dati.

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

Parametri

arguments
DataSourceSelectArguments

Oggetto utilizzato per richiedere operazioni sui dati oltre il recupero dei dati di base.

Restituisce

Elenco di righe di dati.

Commenti

Il Select metodo chiama il ExecuteSelect(DataSourceSelectArguments) metodo , passando il selectArgs parametro .

Si applica a