10 references to DIFFID
System.Data.Common (10)
System\Data\XmlDataLoader.cs (2)
580
_DIFFID = nameTable.Add(Keywords.
DIFFID
);
921
case Keywords.
DIFFID
: // Is it a diffgeam ID ?
System\Data\XMLDiffLoader.cs (4)
96
diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS)!;
149
diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS)!;
194
string diffId = ssync.GetAttribute(Keywords.
DIFFID
, Keywords.DFFNS)!;
235
string 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));