Table of Contents

TDropForeignKeyCommand Class

DDL command that generates an ALTER TABLE ... DROP FOREIGN KEY statement.

Syntax

Unit: Aurelius.Schema.Commands

TDropForeignKeyCommand = class(TDDLCommand);

Constructors

Name Description
Create Creates a TDropForeignKeyCommand for the given foreign key.

Properties

Name Description
ForeignKey Gets or sets the foreign key metadata that this command will drop.