54 references to DFFNS
System.Data.Common (54)
System\Data\DataSet.cs (10)
2120
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
2173
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
2207
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
2477
if ((reader.LocalName != Keywords.DIFFGRAM) && (reader.NamespaceURI != Keywords.
DFFNS
))
2492
if ((reader.NamespaceURI != Keywords.
DFFNS
) && (reader.NamespaceURI != Keywords.MSDNS))
2516
if (((reader.LocalName == Keywords.SQL_BEFORE) && (reader.NamespaceURI == Keywords.
DFFNS
)) ||
2517
((reader.LocalName == Keywords.MSD_ERRORS) && (reader.NamespaceURI == Keywords.
DFFNS
)))
2644
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
2752
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
3502
any.Namespace = Keywords.
DFFNS
;
System\Data\DataTable.cs (11)
5713
if (reader.AttributeCount == 0 || (reader.LocalName == Keywords.DIFFGRAM && reader.NamespaceURI == Keywords.
DFFNS
))
5793
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
5870
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
5913
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
6044
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
6171
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
))
6328
if ((reader.LocalName != Keywords.DIFFGRAM) && (reader.NamespaceURI != Keywords.
DFFNS
))
6343
if ((reader.NamespaceURI != Keywords.
DFFNS
) && (reader.NamespaceURI != Keywords.MSDNS))
6358
if (((reader.LocalName == Keywords.SQL_BEFORE) && (reader.NamespaceURI == Keywords.
DFFNS
)) ||
6359
((reader.LocalName == Keywords.MSD_ERRORS) && (reader.NamespaceURI == Keywords.
DFFNS
)))
6699
any.Namespace = Keywords.
DFFNS
;
System\Data\XmlDataLoader.cs (2)
578
_DFFNS = nameTable.Add(Keywords.
DFFNS
);
917
if (_dataReader.NamespaceURI == Keywords.
DFFNS
)
System\Data\XMLDiffLoader.cs (16)
24
while (reader.LocalName == Keywords.SQL_BEFORE && reader.NamespaceURI == Keywords.
DFFNS
)
30
while (reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI == Keywords.
DFFNS
)
33
Debug.Assert(reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI == Keywords.
DFFNS
, "something fishy");
61
while (reader.LocalName == Keywords.SQL_BEFORE && reader.NamespaceURI == Keywords.
DFFNS
)
67
while (reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI == Keywords.
DFFNS
)
70
Debug.Assert(reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI == Keywords.
DFFNS
, "something fishy");
96
diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
)!;
97
bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.
DFFNS
) == Keywords.TRUE;
149
diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
)!;
150
bool hasErrors = ssync.GetAttribute(Keywords.HASERRORS, Keywords.
DFFNS
) == Keywords.TRUE;
194
string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
)!;
196
string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
208
string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
)!;
235
string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
)!;
250
string? rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
263
string? colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
System\Data\xmlsaver.cs (15)
2359
_xmlw.WriteStartElement(Keywords.DFF, Keywords.DIFFGRAM, Keywords.
DFFNS
);
2446
_xmlw.WriteStartElement(Keywords.DFF, Keywords.MSD_ERRORS, Keywords.
DFFNS
);
2450
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture));
2451
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.
DFFNS
, row.RowError);
2470
_xmlw.WriteStartElement(Keywords.DFF, Keywords.MSD_ERRORS, Keywords.
DFFNS
);
2475
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture));
2481
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.MSD_ERROR, Keywords.
DFFNS
, error);
2502
_xmlw.WriteStartElement(Keywords.DFF, Keywords.SQL_BEFORE, Keywords.
DFFNS
);
2525
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, rowIDString);
2528
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.
DFFNS
, Keywords.TRUE);
2531
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFPID, Keywords.
DFFNS
, parentId);
2951
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName + row.rowID.ToString(CultureInfo.InvariantCulture));
2957
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASCHANGES, Keywords.
DFFNS
, Keywords.INSERTED);
2961
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASCHANGES, Keywords.
DFFNS
, Keywords.MODIFIED);
2966
_xmlw.WriteAttributeString(Keywords.DFF, Keywords.HASERRORS, Keywords.
DFFNS
, Keywords.TRUE);