xmlextensions-class
Different extension methods used in other EasyQuery classes.
public static class Korzh.EasyQuery.Db.XmlExtensions
Assembly: Korzh.EasyQuery.Db.dll
Static Methods
Name | Type | Description |
---|---|---|
ElementLocal(this XElement element, string name) | XElement | Returns one (the first) local element (an XElement object) for specified XElement by its name. |
ElementsLocal(this XElement element, string name) | IEnumerable <XElement > | Returns all local elements for specified XElement by their name. |