5 references to DetermineClrType
System.Data.Entity (5)
System\Data\Common\Internal\Materialization\Translator.cs (5)
329
return
DetermineClrType
(typeUsage.EdmType);
367
result =
DetermineClrType
(edmElementType);
375
result =
DetermineClrType
(((EnumType)edmType).UnderlyingType);
1166
Type clrType =
DetermineClrType
(complexType);
2111
Expression.Convert(Expression.Convert(result, TypeSystem.GetNonNullableType(
DetermineClrType
(columnType.EdmType))), typeof(object)));