12 references to GetStringAttribute
System.Data.Common (12)
System\Data\XMLSchema.cs (12)
713string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, ""); 1277name = GetStringAttribute(keyref, "ConstraintName", /*default:*/ name); 1322string relName = XmlConvert.DecodeName(GetStringAttribute(keyref, Keywords.MSD_RELATIONNAME, keyref.Name!)); 1404name = GetStringAttribute(keyNode, "ConstraintName", /*default:*/ name); 1454table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri); 1581table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri); 1584string? value = GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, ""); 1587value = GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, ""); 2301column.Namespace = GetStringAttribute(attrib, "targetNamespace", column.Namespace); 2490column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace); 2513column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace); 2517string tmp = GetStringAttribute(elem, Keywords.MSD_ORDINAL, (-1).ToString(CultureInfo.CurrentCulture));