DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / Root Method

In This Topic
    Root Method (XmlExtensions)
    In This Topic
    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
    See Also