我已将数据库中的约束命名为“FK_ChildParent”。当我有一个由管理员试图删除有孩子的行引起的外键错误时,我会收到这样的消息:
exceptionMessage=The DELETE statement conflicted with the REFERENCE constraint "FK_ContentSubject". The conflict occurred in database "xx", table "dbo.Content", column 'SubjectId'.
The statement has been terminated.
有没有一种简单的方法可以将此消息转换为以下内容:
"Delete failed: Row has Content"
我真的很想找到一个单一的解决方案,但我不确定这是否可能。