5 references to EdmRelationshipNavigationPropertyAttribute
System.Data.Entity (5)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (5)
465
if (property.IsDefined(typeof(
EdmRelationshipNavigationPropertyAttribute
), false))
517
Debug.Assert(propertyInfo.IsDefined(typeof(
EdmRelationshipNavigationPropertyAttribute
), false), "The property must have navigation property defined");
522
object[] relationshipPropertyAttributes = propertyInfo.GetCustomAttributes(typeof(
EdmRelationshipNavigationPropertyAttribute
), false);
548
EdmRelationshipNavigationPropertyAttribute
attribute = (
EdmRelationshipNavigationPropertyAttribute
)relationshipPropertyAttributes[0];