Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • NoForeignKeyAttribute Class

    Disables automatic creation of foreign key constraints for an association.

    Declaration

    NoForeignKeyAttribute = class(
        TCustomAttribute
    )

    Remarks

    Foreign keys preserve referential integrity in a relational database. A lack of referential integrity in a database can lead to errors or returning incomplete data without any indication of an error. To enforce the data integrity at the database level, we recommend that you leave automatic creation of the foreign key constraints enabled (or always add them manually).

    Inheritance

    TObject
    TCustomAttribute
    NoForeignKeyAttribute
    See Also