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); 1216string? value = GetMsdataAttribute(element, attrName); 1235string? value = GetMsdataAttribute(element, attrName); 1289string? tableNs = GetMsdataAttribute(keyref, Keywords.MSD_TABLENS); 1367string? acceptRejectRule = GetMsdataAttribute(keyref, Keywords.MSD_ACCEPTREJECTRULE); 1368string? updateRule = GetMsdataAttribute(keyref, Keywords.MSD_UPDATERULE); 1369string? deleteRule = GetMsdataAttribute(keyref, Keywords.MSD_DELETERULE); 1400string? tableNs = GetMsdataAttribute(keyNode, Keywords.MSD_TABLENS); 1605value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2056if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE) != null) 2298if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2329string? defValue = GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE); 2343string? strDefault = (attrib.Use == XmlSchemaUse.Required) ? GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue; 2425if (string.IsNullOrEmpty(XSDSchema.GetMsdataAttribute(elem, Keywords.MSD_DATATYPE))) 2485if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2569string? value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2597value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAME); 2603value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAMESPACE); 2787return GetMsdataAttribute(key, Keywords.MSD_TABLENS);