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