3 references to AssociationType
System.Data.Entity (3)
System\Data\Metadata\Converter.cs (1)
452
AssociationType associationType = new
AssociationType
(element.Name,
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
230
AssociationType associationType = new
AssociationType
(roleAttribute.RelationshipName, roleAttribute.RelationshipNamespaceName, roleAttribute.IsForeignKey, DataSpace.OSpace);
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
698
AssociationType ospaceAssociation = new
AssociationType
(cspaceAssociation.Name, cspaceAssociation.NamespaceName, cspaceAssociation.IsForeignKey, DataSpace.OSpace);