8 references to XSI_NIL
System.Data.Common (8)
System\Data\DataSet.cs (1)
3379const string xsinill = Keywords.XSI + ":" + Keywords.XSI_NIL;
System\Data\XmlDataLoader.cs (3)
387if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.XSI_NIL, Keywords.XSINS, false) && string.IsNullOrEmpty(text)) 421if (XMLSchema.GetBooleanAttribute(e, Keywords.XSI_NIL, Keywords.XSINS, false) && string.IsNullOrEmpty(text)) 1147xsiNilString = _dataReader.GetAttribute(Keywords.XSI_NIL, Keywords.XSINS);
System\Data\xmlsaver.cs (2)
2544_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE); 2991_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
System\Xml\XmlDataDocument.cs (2)
746XmlAttribute attr = CreateAttribute(XSI, Keywords.XSI_NIL, Keywords.XSINS); 1475attr = CreateAttribute(XSI, Keywords.XSI_NIL, Keywords.XSINS);