System.Web.UI.HierarchicalDataSourceView.Select Method

Gets a list of all the data items in the view.

Syntax

public abstract IHierarchicalEnumerable Select ()

Returns

An System.Web.UI.IHierarchicalEnumerable collection of data items.

Remarks

The HierarchicalDataSourceView.Select method returns an System.Web.UI.IHierarchicalEnumerable collection of data items in the current view. You can call the IEnumerable.GetEnumerator method to get an IEnumerator object and iterate through the collection of data items.

Requirements

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