5 references to HASERRORS
System.Data.Common (5)
System\Data\XmlDataLoader.cs (1)
920case Keywords.HASERRORS: // Has errors attribute ?
System\Data\XMLDiffLoader.cs (2)
94bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE; 146bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
System\Data\xmlsaver.cs (2)
2514_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE); 2948_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE);