8 references to XSI_NIL
System.Data (8)
fx\src\data\System\Data\DataSet.cs (1)
3119
const string xsinill = Keywords.XSI + ":" + Keywords.
XSI_NIL
;
fx\src\data\System\Data\XmlDataLoader.cs (3)
358
if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.
XSI_NIL
, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) )
386
if (XMLSchema.GetBooleanAttribute(e, Keywords.
XSI_NIL
, Keywords.XSINS, false) && Common.ADP.IsEmpty(text) )
1087
xsiNilString = 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)
651
XmlAttribute attr = CreateAttribute( XSI, Keywords.
XSI_NIL
, Keywords.XSINS );
1310
attr = CreateAttribute( XSI, Keywords.
XSI_NIL
, Keywords.XSINS );