5 references to HasForeignKeyRelationships
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
636
if (entitySet != null && entitySet.
HasForeignKeyRelationships
)
System\Data\Objects\EntityEntry.cs (2)
2093
if (!((EntitySet)EntitySet).
HasForeignKeyRelationships
)
3694
if (!entitySet.
HasForeignKeyRelationships
)
System\Data\Objects\ObjectStateManager.cs (2)
457
if (!((EntitySet)newEntry.EntitySet).
HasForeignKeyRelationships
)
1970
bool performFkSteps = entitySet.
HasForeignKeyRelationships
;