2 references to CannotRemoveConstraint
System.Data.Common (2)
System\Data\DataColumnCollection.cs (2)
517throw ExceptionBuilder.CannotRemoveConstraint(_table.Constraints[i].ConstraintName, _table.Constraints[i].Table!.TableName); 529throw ExceptionBuilder.CannotRemoveConstraint(constraint.ConstraintName, constraint.Table!.TableName);