XmlDataSourceView.Select Method (DataSourceSelectArguments)
.NET Framework 3.0
Retrieves a list of data rows from the underlying XML.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public IEnumerable Select ( DataSourceSelectArguments arguments )
public function Select ( arguments : DataSourceSelectArguments ) : IEnumerable
Not applicable.
Parameters
- arguments
A DataSourceSelectArguments object that is used to request operations on the data beyond basic data retrieval.
Return Value
An IEnumerable collection of data items.Community Additions
ADD
Show: