12 writes to XmlDataType
System.Data.Common (12)
System\Data\DataColumn.cs (3)
560
XmlDataType
= null;
904
XmlDataType
= null;
1542
clone.
XmlDataType
= XmlDataType;
System\Data\DataTable.cs (1)
469
dc.
XmlDataType
= (string?)info.GetValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.XmlDataType", i), typeof(string));
System\Data\XDRSchema.cs (1)
457
column.
XmlDataType
= strType;
System\Data\XMLSchema.cs (7)
2058
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
2063
column.
XmlDataType
= strType;
2167
column.
XmlDataType
= strType;
2300
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
2305
column.
XmlDataType
= strType;
2487
column.
XmlDataType
= xsdType.SimpleTypeQualifiedName;
2492
column.
XmlDataType
= strType;
9 references to XmlDataType
System.Data.Common (9)
System\Data\DataColumn.cs (2)
900
if (_simpleType.Name != null &&
XmlDataType
!= null)
1542
clone.XmlDataType =
XmlDataType
;
System\Data\DataTable.cs (1)
398
info.AddValue(string.Format(formatProvider, "DataTable.DataColumn_{0}.XmlDataType", i), Columns[i].
XmlDataType
);
System\Data\xmlsaver.cs (6)
203
else if ((dt.Length == 0) || bImplementsInullable || ((dt == Keywords.XSD_ANYTYPE) && (col.
XmlDataType
!= Keywords.XSD_ANYTYPE)) || (col.DataType == typeof(DateTimeOffset)))
1317
else if (col.
XmlDataType
!= null && col.
XmlDataType
.Length != 0 && XSDSchema.IsXsdType(col.
XmlDataType
))
1319
root.SetAttribute(keyword, XSDSchema.QualifiedName(col.
XmlDataType
));
1352
else if ((dt.Length == 0) || col.ImplementsINullable || ((dt == Keywords.XSD_ANYTYPE) && (col.
XmlDataType
!= Keywords.XSD_ANYTYPE)))