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