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