10 references to DIFFID
System.Data (10)
fx\src\data\System\Data\XmlDataLoader.cs (2)
558DIFFID = nameTable.Add(Keywords.DIFFID); 879case Keywords.DIFFID: // Is it a diffgeam ID ?
fx\src\data\System\Data\XMLDiffLoader.cs (4)
95diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS); 143diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS); 184string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS); 221string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.DFFNS);
fx\src\data\System\Data\xmlsaver.cs (4)
2114_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture)); 2135_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture)); 2184_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, rowIDString); 2545_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.DFFNS, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture));