19 references to NAME
System.Data.Common (19)
System\Data\SimpleType.cs (1)
235
typeNode.SetAttribute(Keywords.
NAME
, _name);
System\Data\XDRSchema.cs (4)
36
_schemaName = schemaRoot.GetAttribute(Keywords.
NAME
);
102
if (vn is XmlElement && ((XmlElement)vn).GetAttribute(Keywords.
NAME
) == strType)
326
instanceName = node.GetAttribute(Keywords.
NAME
);
329
throw ExceptionBuilder.MissingAttribute("Element", Keywords.
NAME
);
System\Data\xmlsaver.cs (12)
1024
_dsElement.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName(dataSet.DataSetName));
1047
_dsElement.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName("NewDataSet"));
1159
root.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName(rel.RelationName));
1214
if (n is XmlElement e && e.GetAttribute(Keywords.
NAME
) == name)
1437
root.SetAttribute(Keywords.
NAME
, col.EncodedColumnName);
1570
if (FindTypeNode(schNode, el.GetAttribute(Keywords.
NAME
)) == null)
1591
if (child.GetAttribute(Keywords.
NAME
) == strType)
1741
root.SetAttribute(Keywords.
NAME
, table.EncodedTableName);
1851
type.SetAttribute(Keywords.
NAME
, table.TypeName.Name);
2015
constraint.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName(unique.SchemaName));
2092
constraint.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName(foreign.SchemaName));
2138
constraint.SetAttribute(Keywords.
NAME
, XmlConvert.EncodeLocalName(foreign.SchemaName));
System\Data\XMLSchema.cs (2)
442
strName = XmlConvert.DecodeName(node.GetAttribute(Keywords.
NAME
));
1393
throw ExceptionBuilder.MissingAttribute(Keywords.
NAME
);