Different extension methods used in other EasyQuery classes.
public static class Korzh.EasyQuery.Db.XmlExtensions
Package: Korzh.EasyQuery.Db
(targets: netstandard2.0
)
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. |