System.Web.UI.WebControls.XmlDataSourceView.Select Method

Retrieves a list of data rows from the underlying XML.

Syntax

public IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments)

Parameters

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

Returns

An IEnumerable collection of data items.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0