7 references to NullableComplexTypesNotSupported
System.Data.Entity (7)
System\Data\Objects\DataClasses\StructuralObject.cs (1)
1589
throw EntityUtil.
NullableComplexTypesNotSupported
(property);
System\Data\Objects\EntityEntry.cs (5)
1219
throw EntityUtil.
NullableComplexTypesNotSupported
(memberMetadata.CLayerName);
1444
throw EntityUtil.
NullableComplexTypesNotSupported
(memberMetadata.CLayerName);
1933
throw EntityUtil.
NullableComplexTypesNotSupported
(complexMember.CLayerName);
3020
throw EntityUtil.
NullableComplexTypesNotSupported
(member.CLayerName);
3297
throw EntityUtil.
NullableComplexTypesNotSupported
(field.FieldType.Name);
System\Data\Objects\ObjectStateManagerMetadata.cs (1)
135
throw EntityUtil.
NullableComplexTypesNotSupported
(CLayerName);