5 references to XSI_NIL
System.Data.Common (5)
System\Xml\XmlDataDocument.cs (5)
1455
XmlAttribute? attr = rowElement.GetAttributeNode(
XSI_NIL
);
1471
XmlAttribute? attr = rowElement.GetAttributeNode(
XSI_NIL
);
1541
XmlAttribute? attr = e.GetAttributeNode(
XSI_NIL
);
2475
if (value.Length == 0 && (((xsi_attrVal = rowElement.GetAttribute(
XSI_NIL
)) == "1") || xsi_attrVal == "true"))
2511
if (value.Length == 0 && (((xsi_attrVal = e.GetAttribute(
XSI_NIL
)) == "1") || xsi_attrVal == "true"))