2 references to TryGetEntity
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (2)
907
bool worked = session.
TryGetEntity
(pkKey, out pkEntityType);
908
worked &= session.
TryGetEntity
(fkKey, out fkEntityType);