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