5 references to GetAssociationTypeLookupName
System.Data.Services (5)
System\Data\Services\Serializers\MetadataSerializer.cs (5)
534
string associationTypeLookupName = MetadataManager.
GetAssociationTypeLookupName
(type, resourceProperty);
1025
string associationTypeLookupKey =
GetAssociationTypeLookupName
(resourceType, navigationProperty);
1050
end1Name =
GetAssociationTypeLookupName
(associationSet.End1.ResourceType, associationSet.End1.ResourceProperty);
1051
end2Name =
GetAssociationTypeLookupName
(associationSet.End2.ResourceType, associationSet.End2.ResourceProperty);
1065
string relatedEndLookupKey =
GetAssociationTypeLookupName
(relatedEnd.ResourceType, relatedEnd.ResourceProperty);