10 references to DIFFID
System.Data.Common (10)
System\Data\XmlDataLoader.cs (2)
576_DIFFID = nameTable.Add(Keywords.DIFFID); 914case Keywords.DIFFID: // Is it a diffgeam ID ?
System\Data\XMLDiffLoader.cs (4)
93diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 145diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 190string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 231string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
System\Data\xmlsaver.cs (4)
2437_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture)); 2462_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture)); 2511_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, rowIDString); 2933_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture));