4 references to DetermineClrType
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (4)
1139Type type = translator.DetermineClrType(columnMap.Type); 1446Type type = DetermineClrType(typeChoice.Value.Type); 1674type = DetermineClrType(propertyColumnMap.Type); 1941result = DetermineClrType(edmElementType);