2 overrides of VerifyMultiplicityConstraintsForAdd
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
572internal override void VerifyMultiplicityConstraintsForAdd(bool applyConstraints)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
647internal override void VerifyMultiplicityConstraintsForAdd(bool applyConstraints)
1 reference to VerifyMultiplicityConstraintsForAdd
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
1186targetRelatedEnd.VerifyMultiplicityConstraintsForAdd(!allowModifyingOtherEndOfRelationship);