10 writes to XmlDataType
System.Data (10)
fx\src\data\System\Data\DataColumn.cs (1)
589
XmlDataType
= null;
fx\src\data\System\Data\DataTable.cs (1)
432
dc.
XmlDataType
= (string) info.GetValue(String.Format(formatProvider, "DataTable.DataColumn_{0}.XmlDataType", i), typeof(string));
fx\src\data\System\Data\XDRSchema.cs (1)
420
column.
XmlDataType
= strType;
fx\src\data\System\Data\XMLSchema.cs (7)
1778
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
1782
column.
XmlDataType
= strType;
1874
column.
XmlDataType
= strType;
1990
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
1994
column.
XmlDataType
= strType;
2150
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
2154
column.
XmlDataType
= strType;
7 references to XmlDataType
System.Data (7)
fx\src\data\System\Data\DataTable.cs (1)
365
info.AddValue(String.Format(formatProvider, "DataTable.DataColumn_{0}.XmlDataType", i), Columns[i].
XmlDataType
);
fx\src\data\System\Data\xmlsaver.cs (6)
181
else if ((dt.Length == 0) || bImplementsInullable || ((dt == Keywords.XSD_ANYTYPE) && (col.
XmlDataType
!= Keywords.XSD_ANYTYPE))|| (col.DataType == typeof(DateTimeOffset))) {
1112
else if (col.
XmlDataType
!= null && col.
XmlDataType
.Length != 0 && XSDSchema.IsXsdType(col.
XmlDataType
)) {
1113
root.SetAttribute(keyword, XSDSchema.QualifiedName(col.
XmlDataType
));
1140
else if ((dt.Length == 0) || col.ImplementsINullable || ((dt == Keywords.XSD_ANYTYPE) && (col.
XmlDataType
!= Keywords.XSD_ANYTYPE))) {