1 write to TypeName
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
1578table.TypeName = node.SchemaTypeName;
13 references to TypeName
System.Data.Common (13)
System\Data\DataTable.cs (1)
356info.AddValue("DataTable.TypeName", TypeName.ToString());
System\Data\xmlsaver.cs (12)
1387string tgNamespace = table.TypeName.IsEmpty ? table.Namespace : table.TypeName.Namespace; 1503if ((col.Namespace != (col.Table!.TypeName.IsEmpty ? col.Table.Namespace : col.Table.TypeName.Namespace)) && (col.Namespace.Length != 0)) 1827if (!table.TypeName.IsEmpty && _schFormat != SchemaFormat.Remoting) 1829XmlElement typeSchema = GetSchema(table.TypeName.Namespace); 1830if (string.IsNullOrEmpty(table.TypeName.Namespace)) 1838if (FindTypeNode(typeSchema, table.TypeName.Name) == null) 1841type.SetAttribute(Keywords.NAME, table.TypeName.Name); 1848if (!table.TypeName.IsEmpty) 1851root.SetAttribute(Keywords.TYPE, NewDiffgramGen.QualifiedName((string)_prefixes[table.TypeName.Namespace]!, table.TypeName.Name));