Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULIndexSchema class

IsForeignKey property Next Page

IsForeignKeyCheckOnCommit property


Checks whether referential integrity for the foreign key is performed on commits or on inserts and updates.

Syntax

Visual Basic

Public Readonly Property IsForeignKeyCheckOnCommit As Boolean

C#

public bool IsForeignKeyCheckOnCommit {get;}

Property value

True if referential integrity is checked on commits, false if it is checked on inserts and updates.

Exceptions
See also