ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Root Method
The view representing this XML document.

In This Topic
    Root Method
    In This Topic
    Gets the view for the root element of the XML tree for this document.
    Syntax
    'Declaration
     
    
    Public Shared Function Root( _
       ByVal documentView As View(Of XDocument) _
    ) As View(Of XElement)

    Parameters

    documentView
    The view representing this XML document.

    Return Value

    A view containing a single element, the root of the XML tree.
    See Also