6 references to MSD_ERROR
System.Data.Common (6)
System\Data\XMLDiffLoader.cs (4)
196
string? rowError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS);
208
string colError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS)!;
250
string? rowError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS);
263
string? 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);