7 references to IsCustomType
System.Data (7)
fx\src\data\System\Data\XmlDataLoader.cs (1)
1090if (column.IsCustomType) { // Custom type column
fx\src\data\System\Data\XMLDiffLoader.cs (1)
355if (column.IsCustomType) {
fx\src\data\System\Data\xmlsaver.cs (5)
1259if (!col.IsCustomType) { // built in type 2236if (!col.IsCustomType || !col.IsValueCustomTypeInstance(columnValue) ||(typeof(IXmlSerializable).IsAssignableFrom(columnValue.GetType()))) { 2241if (!col.IsCustomType ) { // if column's type is built in type CLR or SQLType 2607if (!col.IsCustomType || !col.IsValueCustomTypeInstance(value) ||(typeof(IXmlSerializable).IsAssignableFrom(value.GetType()))) { 2614if (!col.IsCustomType) { // if column's type is built in type: CLR and SQLTypes : ie storage supported types