1 write to TypeName
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1363table.TypeName = node.SchemaTypeName;
13 references to TypeName
System.Data (13)
fx\src\data\System\Data\DataTable.cs (1)
330info.AddValue("DataTable.TypeName", TypeName.ToString());
fx\src\data\System\Data\xmlsaver.cs (12)
1179string tgNamespace = table.TypeName.IsEmpty ? table.Namespace : table.TypeName.Namespace; 1273if ((col.Namespace != (col.Table.TypeName.IsEmpty ? col.Table.Namespace : col.Table.TypeName.Namespace)) && (col.Namespace.Length != 0)) 1564if (!table.TypeName.IsEmpty && schFormat != SchemaFormat.Remoting) { 1565XmlElement typeSchema = GetSchema(table.TypeName.Namespace); 1566if (Common.ADP.IsEmpty(table.TypeName.Namespace)) { 1573if (FindTypeNode(typeSchema, table.TypeName.Name) == null) 1576type.SetAttribute(Keywords.NAME, table.TypeName.Name); 1582if (!table.TypeName.IsEmpty) { 1584root.SetAttribute( Keywords.TYPE, NewDiffgramGen.QualifiedName((string)prefixes[table.TypeName.Namespace], table.TypeName.Name) );