XmlDataSourceView.Select Method (DataSourceSelectArguments)

 

Retrieves a list of data rows from the underlying XML.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

member Select : 
        arguments:DataSourceSelectArguments -> IEnumerable

Parameters

arguments
Type: System.Web.UI.DataSourceSelectArguments

A DataSourceSelectArguments object that is used to request operations on the data beyond basic data retrieval.

Return Value

Type: System.Collections.IEnumerable

An IEnumerable collection of data items.

.NET Framework
Available since 2.0
Return to top
Show: