DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class / AsLive Method / AsLive(XDocument) Method

In This Topic
    AsLive(XDocument) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function AsLive( _
       ByVal document As XDocument _
    ) As View(Of XDocument)
    public static View<XDocument> AsLive( 
       XDocument document
    )

    Parameters

    document
    See Also