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