100 references to MSDNS
System.Data.Common (100)
System\Data\Common\ObjectStorage.cs (1)
370
string? typeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
System\Data\Common\SqlUDTStorage.cs (1)
177
string? typeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
System\Data\DataSet.cs (3)
206
string? attribValue = reader.GetAttribute(Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.
MSDNS
);
1826
string? attribValue = reader.GetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.
MSDNS
); // this must not move the position
2492
if ((reader.NamespaceURI != Keywords.DFFNS) && (reader.NamespaceURI != Keywords.
MSDNS
))
System\Data\DataTable.cs (1)
6343
if ((reader.NamespaceURI != Keywords.DFFNS) && (reader.NamespaceURI != Keywords.
MSDNS
))
System\Data\SimpleType.cs (1)
238
typeNode.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, Namespace);
System\Data\XDRSchema.cs (1)
467
if (node.Attributes[i].NamespaceURI == Keywords.
MSDNS
)
System\Data\XmlDataLoader.cs (3)
579
_MSDNS = nameTable.Add(Keywords.
MSDNS
);
933
else if (_dataReader.NamespaceURI == Keywords.
MSDNS
)
1170
typeName = _dataReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
System\Data\XMLDiffLoader.cs (3)
315
value = row.GetAttribute(Keywords.ROWORDER, Keywords.
MSDNS
);
335
value = row.GetAttribute("hidden" + col.EncodedColumnName, Keywords.
MSDNS
);
392
bool isPolymorphism = (column.DataType == typeof(object) || (row.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
) != null) ||
System\Data\xmlsaver.cs (68)
201
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, col.DataType.FullName);
221
root.SetAttribute(pd.Name, Keywords.
MSDNS
, textValue);
396
rootSchema.SetAttribute(Keywords.XMLNS_MSDATA, Keywords.
MSDNS
);
828
rootSchema.SetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.
MSDNS
, _namespaces.Count.ToString(CultureInfo.InvariantCulture));
1025
_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.
MSDNS
, Keywords.TRUE);
1027
_dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.
MSDNS
, XmlConvert.EncodeLocalName(((dt!.Namespace.Length == 0) ? dt.TableName : (dt.Namespace + ":" + dt.TableName))));
1032
_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, Keywords.TRUE);
1036
_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, dataSet.Locale.ToString());
1040
_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.
MSDNS
, Keywords.TRUE);
1048
_dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.
MSDNS
, Keywords.TRUE);
1049
_dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.
MSDNS
, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0) ? dt.TableName : (dt.Namespace + ":" + dt.TableName))));
1054
_dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, Keywords.TRUE);
1058
_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, dt.Locale.ToString());
1062
_dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.
MSDNS
, Keywords.TRUE);
1149
xw.WriteAttributeString(Keywords.MSD, Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.
MSDNS
, Keywords.MSD_EXCLUDESCHEMA);
1156
XmlElement root = dc.CreateElement(Keywords.MSD, Keywords.MSD_RELATION, Keywords.
MSDNS
);
1161
root.SetAttribute(Keywords.MSD_PARENT, Keywords.
MSDNS
, rel.ParentKey.Table.EncodedTableName);
1162
root.SetAttribute(Keywords.MSD_CHILD, Keywords.
MSDNS
, rel.ChildKey.Table.EncodedTableName);
1165
root.SetAttribute(Keywords.MSD_PARENTTABLENS, Keywords.
MSDNS
, rel.ParentKey.Table.Namespace);
1168
root.SetAttribute(Keywords.MSD_CHILDTABLENS, Keywords.
MSDNS
, rel.ChildKey.Table.Namespace);
1184
root.SetAttribute(Keywords.MSD_PARENTKEY, Keywords.
MSDNS
, text);
1205
root.SetAttribute(Keywords.MSD_CHILDKEY, Keywords.
MSDNS
, text);
1350
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, col.DataType.FullName);
1364
root.SetAttribute("ReadOnly", Keywords.
MSDNS
, Keywords.TRUE);
1367
root.SetAttribute("Expression", Keywords.
MSDNS
, col.Expression);
1371
root.SetAttribute("AutoIncrement", Keywords.
MSDNS
, Keywords.TRUE);
1375
root.SetAttribute("AutoIncrementSeed", Keywords.
MSDNS
, col.AutoIncrementSeed.ToString(CultureInfo.InvariantCulture));
1378
root.SetAttribute("AutoIncrementStep", Keywords.
MSDNS
, col.AutoIncrementStep.ToString(CultureInfo.InvariantCulture));
1381
root.SetAttribute("Caption", Keywords.
MSDNS
, col.Caption);
1384
root.SetAttribute("Prefix", Keywords.
MSDNS
, col.Prefix);
1388
root.SetAttribute("DateTimeMode", Keywords.
MSDNS
, col.DateTimeMode.ToString());
1461
root.SetAttribute(Keywords.MSD_ALLOWDBNULL, Keywords.
MSDNS
, Keywords.FALSE);
1465
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.FALSE);
1469
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, col.ConvertObjectToXml(col.DefaultValue));
1481
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, (bool)(col.DefaultValue) ? Keywords.TRUE : Keywords.FALSE);
1485
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, col.ConvertObjectToXml(col.DefaultValue));
1508
root.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, col.Namespace);
1543
root.SetAttribute(Keywords.MSD_ORDINAL, Keywords.
MSDNS
, col.Ordinal.ToString(CultureInfo.InvariantCulture));
1738
root.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, table.Namespace);
1785
root.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, table.CaseSensitive.ToString());
1789
root.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, table.Locale.ToString());
1883
sc.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, colTxt.ConvertObjectToXml(colTxt.DefaultValue));
1886
sc.SetAttribute(Keywords.MSD_COLUMNNAME, Keywords.
MSDNS
, colTxt.ColumnName);
1887
sc.SetAttribute(Keywords.MSD_ORDINAL, Keywords.
MSDNS
, colTxt.Ordinal.ToString(CultureInfo.InvariantCulture));
2013
constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.
MSDNS
, table.Namespace);
2018
constraint.SetAttribute(Keywords.MSD_CONSTRAINTNAME, Keywords.
MSDNS
, unique.ConstraintName);
2031
constraint.SetAttribute(Keywords.MSD_PRIMARYKEY, Keywords.
MSDNS
, Keywords.TRUE);
2095
constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.
MSDNS
, table.Namespace);
2141
constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.
MSDNS
, foreign.Table!.Namespace);
2151
constraint.SetAttribute(Keywords.MSD_CONSTRAINTNAME, Keywords.
MSDNS
, foreign.ConstraintName);
2155
constraint.SetAttribute(Keywords.MSD_CONSTRAINTONLY, Keywords.
MSDNS
, Keywords.TRUE);
2160
constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.
MSDNS
, Keywords.TRUE);
2165
constraint.SetAttribute(Keywords.MSD_RELATIONNAME, Keywords.
MSDNS
, XmlConvert.EncodeLocalName(rel.RelationName));
2175
constraint.SetAttribute(Keywords.MSD_ACCEPTREJECTRULE, Keywords.
MSDNS
,
2179
constraint.SetAttribute(Keywords.MSD_UPDATERULE, Keywords.
MSDNS
, TranslateRule(foreign.UpdateRule));
2182
constraint.SetAttribute(Keywords.MSD_DELETERULE, Keywords.
MSDNS
, TranslateRule(foreign.DeleteRule));
2245
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, result);
2360
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.MSD, null, Keywords.
MSDNS
);
2533
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.ROWORDER, Keywords.
MSDNS
, _rowsOrder[row]!.ToString());
2571
_xmlw.WriteAttributeString(Keywords.MSD, "hidden" + col.EncodedColumnName, Keywords.
MSDNS
, value);
2609
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, DataStorage.GetQualifiedName(valuesType));
2635
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, valuesType.FullName);
2639
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, Keywords.TYPEINSTANCE);
2953
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.ROWORDER, Keywords.
MSDNS
, _rowsOrder![row]!.ToString());
2995
_xmlw.WriteAttributeString(Keywords.MSD, "hidden" + col.EncodedColumnName, Keywords.
MSDNS
, col.ConvertObjectToXml(value));
3043
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, DataStorage.GetQualifiedName(valuesType));
3067
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, valuesType.FullName);
3071
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, Keywords.TYPEINSTANCE);
System\Data\XMLSchema.cs (18)
31
if (attrs[i].NamespaceURI == Keywords.
MSDNS
)
267
if (attrs[i].NamespaceURI == Keywords.
MSDNS
)
368
if (attrs[i].NamespaceURI == Keywords.
MSDNS
)
387
if (nodeAttributes[i].LocalName == ln && nodeAttributes[i].NamespaceURI == Keywords.
MSDNS
)
449
parentName = node.GetAttribute(Keywords.MSD_PARENT, Keywords.
MSDNS
);
454
childName = node.GetAttribute(Keywords.MSD_CHILD, Keywords.
MSDNS
);
459
value = node.GetAttribute(Keywords.MSD_PARENTKEY, Keywords.
MSDNS
);
464
value = node.GetAttribute(Keywords.MSD_CHILDKEY, Keywords.
MSDNS
);
477
string parentNs = node.GetAttribute(Keywords.MSD_PARENTTABLENS, Keywords.
MSDNS
);
478
string childNs = node.GetAttribute(Keywords.MSD_CHILDTABLENS, Keywords.
MSDNS
);
868
if (FEqualIdentity(relations[i], Keywords.MSD_RELATION, Keywords.
MSDNS
))
2035
if (attrs[i].LocalName == Keywords.MSD_ALLOWDBNULL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2038
if (attrs[i].LocalName == Keywords.MSD_ORDINAL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2040
if (attrs[i].LocalName == Keywords.MSD_DEFAULTVALUE && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2149
if (attrs[i].LocalName == Keywords.MSD_ALLOWDBNULL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2152
if (attrs[i].LocalName == Keywords.MSD_ORDINAL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2154
if (attrs[i].LocalName == Keywords.MSD_DEFAULTVALUE && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2820
attrib.NamespaceURI == Keywords.
MSDNS
)