10 references to DIFFID
System.Data.Common (10)
System\Data\XmlDataLoader.cs (2)
580_DIFFID = nameTable.Add(Keywords.DIFFID); 921case Keywords.DIFFID: // Is it a diffgeam ID ?
System\Data\XMLDiffLoader.cs (4)
96diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 149diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 194string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!; 235string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS)!;
System\Data\xmlsaver.cs (4)
2450_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture)); 2475_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture)); 2525_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, rowIDString); 2951_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture));