21 references to GetMsdataAttribute
System.Data (21)
fx\src\data\System\Data\SimpleType.cs (1)
159string tempStr = XSDSchema.GetMsdataAttribute(node, Keywords.TARGETNAMESPACE);
fx\src\data\System\Data\XMLSchema.cs (20)
188MSDATATargetNamespace = XSDSchema.GetMsdataAttribute((XmlSchemaType)item, Keywords.TARGETNAMESPACE); 1027string value = GetMsdataAttribute(element, attrName); 1042string value = GetMsdataAttribute(element, attrName); 1091string tableNs = GetMsdataAttribute(keyref,Keywords.MSD_TABLENS); 1159string acceptRejectRule = GetMsdataAttribute(keyref, Keywords.MSD_ACCEPTREJECTRULE); 1160string updateRule = GetMsdataAttribute(keyref, Keywords.MSD_UPDATERULE); 1161string deleteRule = GetMsdataAttribute(keyref, Keywords.MSD_DELETERULE); 1190string tableNs = GetMsdataAttribute(keyNode,Keywords.MSD_TABLENS); 1381value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 1777if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE)!= null) { 1989if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE)!= null) { 2015String defValue = GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE); 2027string strDefault = (attrib.Use == XmlSchemaUse.Required) ? GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue; 2069string targetNamespace = XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE); 2097if (ADP.IsEmpty(XSDSchema.GetMsdataAttribute(elem, Keywords.MSD_DATATYPE))) { 2149if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE)!= null) { 2220String value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2243value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAME); 2248value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAMESPACE); 2401return GetMsdataAttribute(key, Keywords.MSD_TABLENS);