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); 1212string? value = GetMsdataAttribute(element, attrName); 1231string? value = GetMsdataAttribute(element, attrName); 1285string? tableNs = GetMsdataAttribute(keyref, Keywords.MSD_TABLENS); 1363string? acceptRejectRule = GetMsdataAttribute(keyref, Keywords.MSD_ACCEPTREJECTRULE); 1364string? updateRule = GetMsdataAttribute(keyref, Keywords.MSD_UPDATERULE); 1365string? deleteRule = GetMsdataAttribute(keyref, Keywords.MSD_DELETERULE); 1396string? tableNs = GetMsdataAttribute(keyNode, Keywords.MSD_TABLENS); 1601value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2052if (XSDSchema.GetMsdataAttribute(typeNode, Keywords.TARGETNAMESPACE) != null) 2294if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2325string? defValue = GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE); 2339string? strDefault = (attrib.Use == XmlSchemaUse.Required) ? GetMsdataAttribute(attr, Keywords.MSD_DEFAULTVALUE) : attr.DefaultValue; 2421if (string.IsNullOrEmpty(XSDSchema.GetMsdataAttribute(elem, Keywords.MSD_DATATYPE))) 2481if (XSDSchema.GetMsdataAttribute(typeNode!, Keywords.TARGETNAMESPACE) != null) 2565string? value = GetMsdataAttribute(node, Keywords.MSD_LOCALE); 2593value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAME); 2599value = GetMsdataAttribute(node, Keywords.MSD_DATASETNAMESPACE); 2777return GetMsdataAttribute(key, Keywords.MSD_TABLENS);