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