8 references to XSI_NIL
System.Data (8)
fx\src\data\System\Data\DataSet.cs (1)
3119const string xsinill = Keywords.XSI + ":" + Keywords.XSI_NIL;
fx\src\data\System\Data\XmlDataLoader.cs (3)
358if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.XSI_NIL, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) ) 386if (XMLSchema.GetBooleanAttribute(e, Keywords.XSI_NIL, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) ) 1087xsiNilString = dataReader.GetAttribute(Keywords.XSI_NIL, Keywords.XSINS);
fx\src\data\System\Data\xmlsaver.cs (2)
2212_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE); 2601_xmlw.WriteAttributeString(Keywords.XSI, Keywords.XSI_NIL, Keywords.XSINS, Keywords.TRUE);
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
651XmlAttribute attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.XSINS ); 1310attr = CreateAttribute( XSI, Keywords.XSI_NIL, Keywords.XSINS );