3 references to AssociationTypes
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (3)
180
foreach (AssociationType type in session.
AssociationTypes
)
853
foreach (var toPropertyOfAddedAssociation in session.
AssociationTypes
.SelectMany(t => t.ReferentialConstraints.SelectMany(refconst => refconst.ToProperties)))
879
session.
AssociationTypes
.Add(type);