ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / DescendantNodesAndSelf Method
The source view.

In This Topic
    DescendantNodesAndSelf Method
    In This Topic
    Returns a view representing the collection of nodes that contains every element in the source view, and the descendent nodes of every element in the source view.
    Syntax
    'Declaration
     
    
    Public Shared Function DescendantNodesAndSelf( _
       ByVal view As View(Of XElement) _
    ) As View(Of XNode)
    public static View<XNode> DescendantNodesAndSelf( 
       View<XElement> view
    )

    Parameters

    view
    The source view.

    Return Value

    A view containing every element in the source view, and the descendent nodes of every element in the source view.
    See Also