6 references to XmlDataTypeName
System.Data (6)
fx\src\data\System\Data\xmlsaver.cs (6)
177
string dt =
XmlDataTypeName
(col.DataType);
1116
string typeName =
XmlDataTypeName
(col.DataType); // do not update the hashtable, as it will not write msdata:DataType
1136
string dt =
XmlDataTypeName
(col.DataType);
1552
string _typeName =
XmlDataTypeName
(col.DataType);
2281
string xsdTypeName = Keywords.XSD_PREFIXCOLON+ XmlTreeGen.
XmlDataTypeName
(valuesType);
2652
string xsdTypeName = Keywords.XSD_PREFIXCOLON+ XmlTreeGen.
XmlDataTypeName
(valuesType);