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