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