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