5 references to HASERRORS
System.Data.Common (5)
System\Data\XmlDataLoader.cs (1)
927case Keywords.HASERRORS: // Has errors attribute ?
System\Data\XMLDiffLoader.cs (2)
97bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE; 150bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE;
System\Data\xmlsaver.cs (2)
2528_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE); 2966_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.DFFNS, Keywords.TRUE);