7 references to IsCustomType
System.Data.Common (7)
System\Data\XmlDataLoader.cs (1)
1158
if (column.
IsCustomType
)
System\Data\XMLDiffLoader.cs (1)
389
if (column.
IsCustomType
)
System\Data\xmlsaver.cs (5)
1496
if (!col.
IsCustomType
)
2583
if (!col.
IsCustomType
|| !DataColumn.IsValueCustomTypeInstance(columnValue) || (typeof(IXmlSerializable).IsAssignableFrom(columnValue.GetType())))
2589
if (!col.
IsCustomType
)
3017
if (!col.
IsCustomType
|| !DataColumn.IsValueCustomTypeInstance(value) || (typeof(IXmlSerializable).IsAssignableFrom(value.GetType())))
3025
if (!col.
IsCustomType
)