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