XmlDataSourceView.Select(DataSourceSelectArguments) Metodo
Definizione
Recupera un elenco di righe di dati dal codice XML sottostante.Retrieves a list of data rows from the underlying 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
Parametri
- arguments
- DataSourceSelectArguments
Oggetto DataSourceSelectArguments utilizzato per richiedere operazioni sui dati oltre il recupero dei dati di base.A DataSourceSelectArguments object that is used to request operations on the data beyond basic data retrieval.
Restituisce
Un insieme IEnumerable di elementi di dati.An IEnumerable collection of data items.