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