Base:
7 references to Attributes
System.Data.Common (7)
System\Xml\DataSetMappper.cs (3)
111foreach (XmlAttribute a in elem.Attributes) 253int cAttrs = rowElem.Attributes.Count; 256XmlAttribute attr = rowElem.Attributes[iAttr];
System\Xml\XmlBoundElement.cs (1)
45public override bool HasAttributes => Attributes.Count > 0;
System\Xml\XmlDataDocument.cs (2)
1502foreach (XmlAttribute attr in rowElement.Attributes) 2561foreach (XmlAttribute attr in rowElement.Attributes)
System\Xml\XPathNodePointer.cs (1)
1453XmlAttributeCollection attrs = be.Attributes;