1 reference to DataColumns_RemoveConstraint
System.Data.Common (1)
System\Data\DataException.cs (1)
415public static Exception CannotRemoveConstraint(string constraint, string table) => _Argument(SR.Format(SR.DataColumns_RemoveConstraint, constraint, table));