5 references to HASERRORS
System.Data.Common (5)
System\Data\XmlDataLoader.cs (1)
927
case Keywords.
HASERRORS
: // Has errors attribute ?
System\Data\XMLDiffLoader.cs (2)
97
bool hasErrors = ssync.GetAttribute(Keywords.
HASERRORS
, Keywords.DFFNS) == Keywords.TRUE;
150
bool 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);