3 references to IsTypeCustomType
System.Data.Common (3)
System\Data\Common\DataStorage.cs (2)
150
_isCustomDefinedType =
IsTypeCustomType
(_storageTypeCode);
387
return
IsTypeCustomType
(GetStorageType(type));
System\Data\DataColumn.cs (1)
1623
!((mapping != MappingType.Element) && DataStorage.
IsTypeCustomType
(typeCode));