1 write to TypeName
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1586table.TypeName = node.SchemaTypeName;
13 references to TypeName
System.Data.Common (13)
System\Data\DataTable.cs (1)
361info.AddValue("DataTable.TypeName", TypeName.ToString());
System\Data\xmlsaver.cs (12)
1394string tgNamespace = table.TypeName.IsEmpty ? table.Namespace : table.TypeName.Namespace; 1511if ((col.Namespace != (col.Table!.TypeName.IsEmpty ? col.Table.Namespace : col.Table.TypeName.Namespace)) && (col.Namespace.Length != 0)) 1837if (!table.TypeName.IsEmpty && _schFormat != SchemaFormat.Remoting) 1839XmlElement typeSchema = GetSchema(table.TypeName.Namespace); 1840if (string.IsNullOrEmpty(table.TypeName.Namespace)) 1848if (FindTypeNode(typeSchema, table.TypeName.Name) == null) 1851type.SetAttribute(Keywords.NAME, table.TypeName.Name); 1858if (!table.TypeName.IsEmpty) 1861root.SetAttribute(Keywords.TYPE, NewDiffgramGen.QualifiedName((string)_prefixes[table.TypeName.Namespace]!, table.TypeName.Name));