4 references to GetLowerBoundOfMultiplicity
System.Data.Entity (4)
System\Data\Common\Utils\MetadataHelper.cs (1)
263GetLowerBoundOfMultiplicity(endMember.RelationshipMultiplicity) == 0)
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (3)
101if (0 == MetadataHelper.GetLowerBoundOfMultiplicity( 195int minimumCount = MetadataHelper.GetLowerBoundOfMultiplicity(expectedRelationship.FromEnd.RelationshipMultiplicity); 220int minimumCount = MetadataHelper.GetLowerBoundOfMultiplicity(actualRelationship.FromEnd.RelationshipMultiplicity);