7 references to IsCustomType
System.Data.Common (7)
System\Data\XmlDataLoader.cs (1)
1150if (column.IsCustomType)
System\Data\XMLDiffLoader.cs (1)
384if (column.IsCustomType)
System\Data\xmlsaver.cs (5)
1488if (!col.IsCustomType) 2568if (!col.IsCustomType || !DataColumn.IsValueCustomTypeInstance(columnValue) || (typeof(IXmlSerializable).IsAssignableFrom(columnValue.GetType()))) 2574if (!col.IsCustomType) 2999if (!col.IsCustomType || !DataColumn.IsValueCustomTypeInstance(value) || (typeof(IXmlSerializable).IsAssignableFrom(value.GetType()))) 3007if (!col.IsCustomType)