Table of Contents

TEnableForeignKeysCommand.Create Constructor

Creates a TEnableForeignKeysCommand that enables or disables foreign key enforcement.

Syntax

Unit: Aurelius.Schema.Commands

constructor TEnableForeignKeysCommand.Create(AEnable: Boolean);

Parameters

<-> Parameter Type Description
AEnable Boolean When True, foreign keys are enabled; when False, they are disabled.

See also