2 references to CheckIfAllPropertiesAreKeyProperties
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1495
bool allPropertiesAreKeyProperties = RelatedEnd.
CheckIfAllPropertiesAreKeyProperties
(entityType.KeyMemberNames, constraint.ToProperties);
1528
bool allPropertiesAreKeyProperties = RelatedEnd.
CheckIfAllPropertiesAreKeyProperties
(entityType.KeyMemberNames, constraint.ToProperties);