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