101 references to MSDNS
System.Data (101)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
308
string typeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
161
string typeName = xmlReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
fx\src\data\System\Data\DataSet.cs (4)
188
string attribValue = reader.GetAttribute(Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.
MSDNS
);
1676
string attribValue = reader.GetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.
MSDNS
); // this must not move the position
2240
if ((reader.NamespaceURI != Keywords.DFFNS) && (reader.NamespaceURI != Keywords.
MSDNS
)) {
3682
if (a.LocalName == "IsDataSet" && a.NamespaceURI == Keywords.
MSDNS
) {
fx\src\data\System\Data\DataTable.cs (1)
5613
if ((reader.NamespaceURI != Keywords.DFFNS) && (reader.NamespaceURI != Keywords.
MSDNS
)) {
fx\src\data\System\Data\SimpleType.cs (1)
254
typeNode.SetAttribute(Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, this.Namespace);
fx\src\data\System\Data\XDRSchema.cs (1)
428
if (node.Attributes[i].NamespaceURI == Keywords.
MSDNS
) {
fx\src\data\System\Data\XmlDataLoader.cs (3)
557
MSDNS = nameTable.Add(Keywords.
MSDNS
);
891
else if ( dataReader.NamespaceURI == Keywords.
MSDNS
) {
1100
typeName = dataReader.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
);
fx\src\data\System\Data\XMLDiffLoader.cs (3)
293
value = row.GetAttribute(Keywords.ROWORDER, Keywords.
MSDNS
);
309
value = row.GetAttribute("hidden"+col.EncodedColumnName, Keywords.
MSDNS
);
357
bool isPolymorphism = (column.DataType == typeof(Object)|| (row.GetAttribute(Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
) != null) ||
fx\src\data\System\Data\xmlsaver.cs (68)
179
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, col.DataType.FullName);
197
root.SetAttribute(pd.Name, Keywords.
MSDNS
, textValue);
346
rootSchema.SetAttribute(Keywords.XMLNS_MSDATA, Keywords.
MSDNS
);
706
rootSchema.SetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.
MSDNS
, namespaces.Count.ToString(CultureInfo.InvariantCulture));
869
dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.
MSDNS
, Keywords.TRUE);
871
dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.
MSDNS
, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0)?dt.TableName : (dt.Namespace + ":" + dt.TableName))));
875
dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, Keywords.TRUE);
878
dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, dataSet.Locale.ToString());
881
dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.
MSDNS
, Keywords.TRUE);
887
dsElement.SetAttribute(Keywords.MSD_ISDATASET, Keywords.
MSDNS
, Keywords.TRUE);
888
dsElement.SetAttribute(Keywords.MSD_MAINDATATABLE, Keywords.
MSDNS
, XmlConvert.EncodeLocalName(((dt.Namespace.Length == 0)?dt.TableName : (dt.Namespace + ":" + dt.TableName))));
891
dsElement.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, Keywords.TRUE);
894
dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, dt.Locale.ToString());
897
dsElement.SetAttribute(Keywords.MSD_USECURRENTLOCALE, Keywords.
MSDNS
, Keywords.TRUE);
965
xw.WriteAttributeString(Keywords.MSD, Keywords.MSD_SCHEMASERIALIZATIONMODE, Keywords.
MSDNS
, Keywords.MSD_EXCLUDESCHEMA);
972
XmlElement root = dc.CreateElement(Keywords.MSD, Keywords.MSD_RELATION, Keywords.
MSDNS
);
977
root.SetAttribute(Keywords.MSD_PARENT, Keywords.
MSDNS
, rel.ParentKey.Table.EncodedTableName);
978
root.SetAttribute(Keywords.MSD_CHILD, Keywords.
MSDNS
, rel.ChildKey.Table.EncodedTableName);
981
root.SetAttribute( Keywords.MSD_PARENTTABLENS, Keywords.
MSDNS
, rel.ParentKey.Table.Namespace);
984
root.SetAttribute( Keywords.MSD_CHILDTABLENS, Keywords.
MSDNS
, rel.ChildKey.Table.Namespace);
998
root.SetAttribute( Keywords.MSD_PARENTKEY, Keywords.
MSDNS
, text);
1015
root.SetAttribute( Keywords.MSD_CHILDKEY, Keywords.
MSDNS
, text);
1138
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, col.DataType.FullName);
1151
root.SetAttribute("ReadOnly", Keywords.
MSDNS
, Keywords.TRUE);
1154
root.SetAttribute("Expression", Keywords.
MSDNS
, col.Expression);
1157
root.SetAttribute("AutoIncrement", Keywords.
MSDNS
, Keywords.TRUE);
1161
root.SetAttribute("AutoIncrementSeed", Keywords.
MSDNS
, col.AutoIncrementSeed.ToString(CultureInfo.InvariantCulture));
1164
root.SetAttribute("AutoIncrementStep", Keywords.
MSDNS
, col.AutoIncrementStep.ToString(CultureInfo.InvariantCulture));
1167
root.SetAttribute("Caption", Keywords.
MSDNS
, col.Caption);
1170
root.SetAttribute("Prefix", Keywords.
MSDNS
, col.Prefix);
1173
root.SetAttribute("DateTimeMode", Keywords.
MSDNS
, col.DateTimeMode.ToString());
1231
root.SetAttribute(Keywords.MSD_ALLOWDBNULL, Keywords.
MSDNS
, Keywords.FALSE);
1235
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE);
1239
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, col.ConvertObjectToXml(col.DefaultValue));
1248
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, (bool)(col.DefaultValue)? Keywords.TRUE : Keywords.FALSE);
1251
root.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, col.ConvertObjectToXml(col.DefaultValue));
1269
root.SetAttribute( Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, col.Namespace);
1304
root.SetAttribute(Keywords.MSD_ORDINAL,Keywords.
MSDNS
, col.Ordinal.ToString(CultureInfo.InvariantCulture));
1479
root.SetAttribute( Keywords.TARGETNAMESPACE, Keywords.
MSDNS
, table.Namespace);
1518
root.SetAttribute(Keywords.MSD_CASESENSITIVE, Keywords.
MSDNS
, table.CaseSensitive.ToString(CultureInfo.InvariantCulture));
1521
root.SetAttribute(Keywords.MSD_LOCALE, Keywords.
MSDNS
, table.Locale.ToString());
1607
sc.SetAttribute(Keywords.MSD_DEFAULTVALUE, Keywords.
MSDNS
, colTxt.ConvertObjectToXml(colTxt.DefaultValue));
1610
sc.SetAttribute(Keywords.MSD_COLUMNNAME, Keywords.
MSDNS
, colTxt.ColumnName);
1611
sc.SetAttribute(Keywords.MSD_ORDINAL, Keywords.
MSDNS
, colTxt.Ordinal.ToString(CultureInfo.InvariantCulture));
1731
constraint.SetAttribute( Keywords.MSD_TABLENS, Keywords.
MSDNS
, table.Namespace);
1736
constraint.SetAttribute(Keywords.MSD_CONSTRAINTNAME, Keywords.
MSDNS
, unique.ConstraintName);
1748
constraint.SetAttribute(Keywords.MSD_PRIMARYKEY, Keywords.
MSDNS
, Keywords.TRUE);
1803
constraint.SetAttribute( Keywords.MSD_TABLENS, Keywords.
MSDNS
, table.Namespace);
1843
constraint.SetAttribute (Keywords.MSD_TABLENS, Keywords.
MSDNS
, foreign.Table.Namespace);
1853
constraint.SetAttribute(Keywords.MSD_CONSTRAINTNAME, Keywords.
MSDNS
, foreign.ConstraintName);
1856
constraint.SetAttribute(Keywords.MSD_CONSTRAINTONLY , Keywords.
MSDNS
, Keywords.TRUE );
1859
constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.
MSDNS
, Keywords.TRUE);
1863
constraint.SetAttribute( Keywords.MSD_RELATIONNAME , Keywords.
MSDNS
, XmlConvert.EncodeLocalName( rel.RelationName ));
1873
constraint.SetAttribute(Keywords.MSD_ACCEPTREJECTRULE, Keywords.
MSDNS
,
1877
constraint.SetAttribute( Keywords.MSD_UPDATERULE, Keywords.
MSDNS
, TranslateRule(foreign.UpdateRule) );
1880
constraint.SetAttribute( Keywords.MSD_DELETERULE, Keywords.
MSDNS
, TranslateRule(foreign.DeleteRule) );
1938
root.SetAttribute(Keywords.MSD_DATATYPE, Keywords.
MSDNS
, result);
2040
_xmlw.WriteAttributeString(Keywords.XMLNS, Keywords.MSD, null, Keywords.
MSDNS
);
2192
_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.
MSDNS
, rowsOrder[row].ToString());
2224
_xmlw.WriteAttributeString(Keywords.MSD, "hidden"+col.EncodedColumnName, Keywords.
MSDNS
, value);
2254
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, DataStorage.GetQualifiedName(valuesType));
2275
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, valuesType.FullName);
2278
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, Keywords.TYPEINSTANCE);
2547
_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.
MSDNS
, rowsOrder[row].ToString());
2587
_xmlw.WriteAttributeString(Keywords.MSD, "hidden"+col.EncodedColumnName, Keywords.
MSDNS
, col.ConvertObjectToXml(value));
2627
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, DataStorage.GetQualifiedName(valuesType));
2646
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, valuesType.FullName);
2649
_xmlw.WriteAttributeString(Keywords.MSD, Keywords.MSD_INSTANCETYPE, Keywords.
MSDNS
, Keywords.TYPEINSTANCE);
fx\src\data\System\Data\XMLSchema.cs (18)
42
if (attrs[i].NamespaceURI == Keywords.
MSDNS
) {
241
if (attrs[i].NamespaceURI == Keywords.
MSDNS
) {
320
if (attrs[i].NamespaceURI == Keywords.
MSDNS
) {
337
if (nodeAttributes[i].LocalName == ln && nodeAttributes[i].NamespaceURI == Keywords.
MSDNS
)
389
parentName = node.GetAttribute(Keywords.MSD_PARENT, Keywords.
MSDNS
);
394
childName = node.GetAttribute(Keywords.MSD_CHILD, Keywords.
MSDNS
);
399
value = node.GetAttribute(Keywords.MSD_PARENTKEY, Keywords.
MSDNS
);
404
value = node.GetAttribute(Keywords.MSD_CHILDKEY, Keywords.
MSDNS
);
417
string parentNs = node.GetAttribute(Keywords.MSD_PARENTTABLENS, Keywords.
MSDNS
);
418
string childNs = node.GetAttribute(Keywords.MSD_CHILDTABLENS, Keywords.
MSDNS
);
742
if (FEqualIdentity(relations[i], Keywords.MSD_RELATION, Keywords.
MSDNS
))
1758
if ( attrs[i].LocalName == Keywords.MSD_ALLOWDBNULL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
1761
if ( attrs[i].LocalName == Keywords.MSD_ORDINAL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
1763
if ( attrs[i].LocalName == Keywords.MSD_DEFAULTVALUE && attrs[i].NamespaceURI == Keywords.
MSDNS
)
1857
if ( attrs[i].LocalName == Keywords.MSD_ALLOWDBNULL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
1860
if ( attrs[i].LocalName == Keywords.MSD_ORDINAL && attrs[i].NamespaceURI == Keywords.
MSDNS
)
1862
if ( attrs[i].LocalName == Keywords.MSD_DEFAULTVALUE && attrs[i].NamespaceURI == Keywords.
MSDNS
)
2430
attrib.NamespaceURI == Keywords.
MSDNS
)