20 references to GetMsdataAttribute
System.Data.Common (20)
System\Data\SimpleType.cs (1)
122string? tempStr = XSDSchema.GetMsdataAttribute(node, Keywords.TARGETNAMESPACE);
System\Data\XMLSchema.cs (19)
209MSDATATargetNamespace = XSDSchema.GetMsdataAttribute((XmlSchemaType)item, Keywords.TARGETNAMESPACE); 1210string? value = GetMsdataAttribute(element, attrName); 1229string? value = GetMsdataAttribute(element, attrName); 1283string? tableNs = GetMsdataAttribute(keyref, Keywords.MSD_TABLENS); 1361string? acceptRejectRule = GetMsdataAttribute(keyref, Keywords.MSD_ACCEPTREJECTRULE); 1362string? updateRule = GetMsdataAttribute(keyref, Keywords.MSD_UPDATERULE); 1363string? deleteRule = GetMsdataAttribute(keyref, Keywords.MSD_DELETERULE); 1394string? tableNs = GetMsdataAttribute(keyNode, Keywords.MSD_TABLENS); 1597value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2047if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE) != null) 2287if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2318string? defValue = GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE); 2332string? strDefault = (attrib.Use == XmlSchemaUse.Required) ? GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue; 2413if (string.IsNullOrEmpty(XSDSchema.GetMsdataAttribute(elem, Keywords.MSD_DATATYPE))) 2473if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2556string? value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2584value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAME); 2590value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAMESPACE); 2774return GetMsdataAttribute(key, Keywords.MSD_TABLENS);