4 references to ComplexPropertyNameAttribute
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemLoader.cs (4)
2673
string propertyName = StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexPropertyNameAttribute
);
2911
string propertyName = GetAliasResolvedAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexPropertyNameAttribute
);
3077
EdmType containerType = typeMapping.GetOwnerType(StorageMappingItemLoader.GetAttributeValue(nav.Clone(), StorageMslConstructs.
ComplexPropertyNameAttribute
));
4118
nav.Clone(), StorageMslConstructs.
ComplexPropertyNameAttribute
);