6 references to XmlDataTypeName
System.Data.Common (6)
System\Data\xmlsaver.cs (6)
198
string dt =
XmlDataTypeName
(col!.DataType);
1323
string typeName =
XmlDataTypeName
(col.DataType); // do not update the hashtable, as it will not write msdata:DataType
1347
string dt =
XmlDataTypeName
(col.DataType);
1824
string _typeName =
XmlDataTypeName
(col.DataType);
2643
string xsdTypeName = Keywords.XSD_PREFIXCOLON + XmlTreeGen.
XmlDataTypeName
(valuesType);
3075
string xsdTypeName = Keywords.XSD_PREFIXCOLON + XmlTreeGen.
XmlDataTypeName
(valuesType);