54 references to DFFNS
System.Data (54)
fx\src\data\System\Data\DataSet.cs (10)
1931
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
1976
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
2005
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
2231
if ((reader.LocalName != Keywords.DIFFGRAM) && (reader.NamespaceURI != Keywords.
DFFNS
))
2240
if ((reader.NamespaceURI != Keywords.
DFFNS
) && (reader.NamespaceURI != Keywords.MSDNS)) {
2260
if (((reader.LocalName == Keywords.SQL_BEFORE) && (reader.NamespaceURI == Keywords.
DFFNS
)) ||
2261
((reader.LocalName == Keywords.MSD_ERRORS) && (reader.NamespaceURI == Keywords.
DFFNS
)))
2364
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
2454
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
3307
any.Namespace = Keywords.
DFFNS
;
fx\src\data\System\Data\DataTable.cs (11)
5102
if (reader.AttributeCount == 0 || (reader.LocalName == Keywords.DIFFGRAM && reader.NamespaceURI == Keywords.
DFFNS
)) {
5165
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
5229
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
5265
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
5374
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
5473
if ((reader.LocalName == Keywords.DIFFGRAM) && (reader.NamespaceURI == Keywords.
DFFNS
)) {
5603
if ((reader.LocalName != Keywords.DIFFGRAM) && (reader.NamespaceURI != Keywords.
DFFNS
))
5613
if ((reader.NamespaceURI != Keywords.
DFFNS
) && (reader.NamespaceURI != Keywords.MSDNS)) {
5625
if (((reader.LocalName == Keywords.SQL_BEFORE) && (reader.NamespaceURI == Keywords.
DFFNS
)) ||
5626
((reader.LocalName == Keywords.MSD_ERRORS) && (reader.NamespaceURI == Keywords.
DFFNS
)))
5927
any.Namespace = Keywords.
DFFNS
;
fx\src\data\System\Data\XmlDataLoader.cs (2)
556
DFFNS = nameTable.Add(Keywords.
DFFNS
);
877
if ( dataReader.NamespaceURI == Keywords.
DFFNS
) {
fx\src\data\System\Data\XMLDiffLoader.cs (16)
32
while (reader.LocalName == Keywords.SQL_BEFORE && reader.NamespaceURI==Keywords.
DFFNS
) {
37
while (reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI==Keywords.
DFFNS
) {
39
Debug.Assert(reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI==Keywords.
DFFNS
, "something fishy");
61
while (reader.LocalName == Keywords.SQL_BEFORE && reader.NamespaceURI==Keywords.
DFFNS
) {
66
while (reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI==Keywords.
DFFNS
) {
68
Debug.Assert(reader.LocalName == Keywords.MSD_ERRORS && reader.NamespaceURI==Keywords.
DFFNS
, "something fishy");
95
diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
);
96
bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.
DFFNS
) == Keywords.TRUE);
143
diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
);
144
bool hasErrors = (bool) (ssync.GetAttribute(Keywords.HASERRORS, Keywords.
DFFNS
) == Keywords.TRUE);
184
string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
);
186
string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
196
string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
221
string diffId = ssync.GetAttribute(Keywords.DIFFID, Keywords.
DFFNS
);
233
string rowError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
244
string colError = ssync.GetAttribute(Keywords.MSD_ERROR, Keywords.
DFFNS
);
fx\src\data\System\Data\xmlsaver.cs (15)
2039
_xmlw.WriteStartElement(Keywords.DFF, Keywords.DIFFGRAM, Keywords.
DFFNS
);
2110
_xmlw.WriteStartElement( Keywords.DFF, Keywords.MSD_ERRORS, Keywords.
DFFNS
);
2114
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture));
2115
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.
DFFNS
, row.RowError);
2130
_xmlw.WriteStartElement( Keywords.DFF, Keywords.MSD_ERRORS, Keywords.
DFFNS
);
2135
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture));
2142
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.MSD_ERROR, Keywords.
DFFNS
, error);
2160
_xmlw.WriteStartElement( Keywords.DFF, Keywords.SQL_BEFORE, Keywords.
DFFNS
);
2184
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, rowIDString);
2187
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.
DFFNS
, Keywords.TRUE);
2190
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFPID, Keywords.
DFFNS
, parentId);
2545
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.DIFFID, Keywords.
DFFNS
, row.Table.TableName+row.rowID.ToString(CultureInfo.InvariantCulture));
2550
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASCHANGES, Keywords.
DFFNS
, Keywords.INSERTED);
2553
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASCHANGES, Keywords.
DFFNS
, Keywords.MODIFIED);
2557
_xmlw.WriteAttributeString( Keywords.DFF, Keywords.HASERRORS, Keywords.
DFFNS
, Keywords.TRUE);