6 references to MSD_ERROR
System.Data (6)
fx\src\data\System\Data\XMLDiffLoader.cs (4)
186string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 196string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 233string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 244string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
fx\src\data\System\Data\xmlsaver.cs (2)
2115_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, row.RowError); 2142_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, error);