6 references to MSD_ERROR
System.Data (6)
fx\src\data\System\Data\XMLDiffLoader.cs (4)
186
string rowError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS);
196
string colError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS);
233
string rowError = ssync.GetAttribute(Keywords.
MSD_ERROR
, Keywords.DFFNS);
244
string 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);