6 references to MSD_ERROR
System.Data.Common (6)
System\Data\XMLDiffLoader.cs (4)
196string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 208string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS)!; 250string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS); 263string? colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
System\Data\xmlsaver.cs (2)
2451_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, row.RowError); 2481_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.DFFNS, error);