Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查是在提交时还是在插入和更新时执行外键的参照完整性。
Public ReadOnly Property IsForeignKeyCheckOnCommit As Boolean
public bool IsForeignKeyCheckOnCommit {get;}
ULException 类 发生 SQL 错误(包括索引不是外键)。
如果在提交时检查参照完整性,则返回 true;如果在插入和更新时检查参照完整性,则返回 false。