19 references to NAME
System.Data (19)
fx\src\data\System\Data\SimpleType.cs (1)
252typeNode.SetAttribute(Keywords.NAME, name);
fx\src\data\System\Data\XDRSchema.cs (4)
40_schemaName = schemaRoot.GetAttribute(Keywords.NAME); 101if (vn is XmlElement && ((XmlElement)vn).GetAttribute(Keywords.NAME) == strType) 299instanceName = node.GetAttribute(Keywords.NAME); 301throw ExceptionBuilder.MissingAttribute("Element", Keywords.NAME);
fx\src\data\System\Data\xmlsaver.cs (12)
868dsElement.SetAttribute(Keywords.NAME, XmlConvert.EncodeLocalName(dataSet.DataSetName)); 886dsElement.SetAttribute(Keywords.NAME, XmlConvert.EncodeLocalName("NewDataSet")); 975root.SetAttribute( Keywords.NAME, XmlConvert.EncodeLocalName( rel.RelationName )); 1024if(e.GetAttribute(Keywords.NAME) == name) { 1210root.SetAttribute( Keywords.NAME, col.EncodedColumnName); 1330if (FindTypeNode(schNode, el.GetAttribute(Keywords.NAME)) == null) 1348if (child.GetAttribute(Keywords.NAME) == strType) 1482root.SetAttribute( Keywords.NAME, table.EncodedTableName ); 1576type.SetAttribute(Keywords.NAME, table.TypeName.Name); 1733constraint.SetAttribute( Keywords.NAME, XmlConvert.EncodeLocalName( unique.SchemaName )); 1800constraint.SetAttribute( Keywords.NAME, XmlConvert.EncodeLocalName( foreign.SchemaName )); 1840constraint.SetAttribute( Keywords.NAME,XmlConvert.EncodeLocalName( foreign.SchemaName ));
fx\src\data\System\Data\XMLSchema.cs (2)
383strName = XmlConvert.DecodeName(node.GetAttribute(Keywords.NAME)); 1183throw ExceptionBuilder.MissingAttribute(Keywords.NAME);