Table of Contents

TDatabaseManager.IgnoreConstraintName Property

Indicates whether constraint names are ignored when comparing schema objects.

Remarks

When True, foreign keys and unique keys are matched by their column definitions rather than by name. Automatically set to True for SQLite, which does not support named constraints. Defaults to False.

Syntax

Unit: Aurelius.Engine.DatabaseManager

property TDatabaseManager.IgnoreConstraintName: Boolean

See also