6 references to MSD_ERROR
System.Data.Common (6)
System\Data\XMLDiffLoader.cs (4)
192string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 204string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS)!; 246string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 259string? colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
System\Data\xmlsaver.cs (2)
2438_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, row.RowError); 2468_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, error);