Different extension methods used in other EasyQuery classes.
public static class Korzh.EasyQuery.Db.XmlExtensions
Static Methods
Type | Name | Description |
---|---|---|
XElement |
ElementLocal(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. |