12 references to GetStringAttribute
System.Data (12)
fx\src\data\System\Data\XMLSchema.cs (12)
620string mainName = GetStringAttribute (dsElement, Keywords.MSD_MAINDATATABLE, ""); 1085name = GetStringAttribute( keyref, "ConstraintName", /*default:*/ name); 1125string relName = XmlConvert.DecodeName(GetStringAttribute( keyref, Keywords.MSD_RELATIONNAME, keyref.Name)); 1200name = GetStringAttribute(keyNode, "ConstraintName", /*default:*/ name); 1251table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri); 1366table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri); 1369String value= GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, "") ; 1372value= GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, "") ; 2001column.Namespace = GetStringAttribute(attrib, "targetNamespace", column.Namespace); 2164column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace); 2181column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace); 2185String tmp = GetStringAttribute(elem, Keywords.MSD_ORDINAL, (-1).ToString(CultureInfo.CurrentCulture));