1 reference to DataRelation_ForeignTable
System.Data.Common (1)
System\Data\DataException.cs (1)
570
public static Exception RelationForeignTable(string t1, string t2) => _InvalidConstraint(SR.Format(SR.
DataRelation_ForeignTable
, t1, t2));