10 references to DIFFID
System.Data (10)
fx\src\data\System\Data\XmlDataLoader.cs (2)
558
DIFFID = nameTable.Add(Keywords.
DIFFID
);
879
case Keywords.
DIFFID
: // Is it a diffgeam ID ?
fx\src\data\System\Data\XMLDiffLoader.cs (4)
95
diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS);
143
diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS);
184
string diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS);
221
string 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));