2 references to MSD_RELATIONNAME
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (1)
1863constraint.SetAttribute( Keywords.MSD_RELATIONNAME , Keywords.MSDNS, XmlConvert.EncodeLocalName( rel.RelationName ));
fx\src\data\System\Data\XMLSchema.cs (1)
1125string relName = XmlConvert.DecodeName(GetStringAttribute( keyref, Keywords.MSD_RELATIONNAME, keyref.Name));