Skip to main content

xmlextensions-class

Different extension methods used in other EasyQuery classes.

public static class Korzh.EasyQuery.Db.XmlExtensions

Assembly: Korzh.EasyQuery.Db.dll

Static Methods

NameTypeDescription
ElementLocal(this XElement element, string name)XElementReturns 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.