DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Root Method
The view representing this XML document.

In This Topic
    Root Method (XmlExtensions)
    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)
    public static View<XElement> Root( 
       View<XDocument> documentView
    )

    Parameters

    documentView
    The view representing this XML document.

    Return Value

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