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

In This Topic
    DescendantsAndSelf Method (XmlExtensions)
    In This Topic
    Returns a view representing a collection of elements that contains every element in the source view, and the descendent elements of every element in the source view.
    Overload List
    OverloadDescription
    Returns a view representing a collection of elements that contains every element in the source view, and the descendent elements of every element in the source view.  
    Returns a view representing a filtered collection of elements that contains every element in the source view, and the descendants of every element in the source view. Only elements that have a matching System.Xml.Linq.XName are included.  
    See Also