5 references to XSI_NIL
System.Data (5)
fx\src\data\System\NewXml\XmlDataDocument.cs (5)
1308
XmlAttribute attr = rowElement.GetAttributeNode(
XSI_NIL
);
1320
XmlAttribute attr = rowElement.GetAttributeNode(
XSI_NIL
);
1377
XmlAttribute attr = e.GetAttributeNode(
XSI_NIL
);
2236
if ( value.Length == 0 && ( ( (xsi_attrVal = rowElement.GetAttribute(
XSI_NIL
) ) == "1" ) || xsi_attrVal == "true" ) )
2268
if ( value.Length == 0 && ( ( (xsi_attrVal = e.GetAttribute(
XSI_NIL
) ) == "1" ) || xsi_attrVal == "true" ) )