Skip to content

XmlExtensions class

Different extension methods used in other EasyQuery classes.

public static class Korzh.EasyQuery.Db.XmlExtensions
TypeNameDescription
XElementElementLocal(this XElement element, String name)Returns one (the first) local element (an XElement object) for specified XElement by its name.
IEnumerable<XElement>ElementsLocal(this XElement element, String name)Returns all local elements for specified XElement by their name.