8 references to XSI_NIL
System.Data.Common (8)
System\Data\DataSet.cs (1)
3436
const string xsinill = Keywords.XSI + ":" + Keywords.
XSI_NIL
;
System\Data\XmlDataLoader.cs (3)
389
if (XMLSchema.GetBooleanAttribute(rowElement, Keywords.
XSI_NIL
, Keywords.XSINS, false) && string.IsNullOrEmpty(text))
423
if (XMLSchema.GetBooleanAttribute(e, Keywords.
XSI_NIL
, Keywords.XSINS, false) && string.IsNullOrEmpty(text))
1155
xsiNilString = _dataReader.GetAttribute(Keywords.
XSI_NIL
, Keywords.XSINS);
System\Data\xmlsaver.cs (2)
2559
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
XSI_NIL
, Keywords.XSINS, Keywords.TRUE);
3009
_xmlw.WriteAttributeString(Keywords.XSI, Keywords.
XSI_NIL
, Keywords.XSINS, Keywords.TRUE);
System\Xml\XmlDataDocument.cs (2)
725
XmlAttribute attr = CreateAttribute(XSI, Keywords.
XSI_NIL
, Keywords.XSINS);
1458
attr = CreateAttribute(XSI, Keywords.
XSI_NIL
, Keywords.XSINS);