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

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

    Parameters

    element
    See Also