fx\src\data\System\Data\XMLDiffLoader.cs (15)
95diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS);
96bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE);
143diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS);
144bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.DFFNS) == Keywords.TRUE);
184string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS);
186string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
196string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
221string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS);
233string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
244string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.DFFNS);
293value = row.GetAttribute(Keywords.ROWORDER, Keywords.MSDNS);
309value = row.GetAttribute("hidden"+col.EncodedColumnName, Keywords.MSDNS);
312value = row.GetAttribute(col.EncodedColumnName, col.Namespace);
357bool isPolymorphism = (column.DataType == typeof(Object)|| (row.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.MSDNS) != null) ||
358(row.GetAttribute(Keywords.TYPE, Keywords.XSINS) != null)) ;