1 override of IsValidCandidate
System.Data.Common (1)
System\Data\ConstraintEnumerator.cs (1)
73protected override bool IsValidCandidate(Constraint constraint) => constraint is ForeignKeyConstraint;
1 reference to IsValidCandidate
System.Data.Common (1)
System\Data\ConstraintEnumerator.cs (1)
48if (IsValidCandidate(candidate))