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