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