3 references to IsTypeCustomType
System.Data (3)
fx\src\data\System\Data\Common\DataStorage.cs (2)
151
IsCustomDefinedType =
IsTypeCustomType
(StorageTypeCode);
342
return
IsTypeCustomType
(GetStorageType(type));
fx\src\data\System\Data\DataColumn.cs (1)
1567
if ((mapping != MappingType.Element) && DataStorage.
IsTypeCustomType
(typeCode)) {