Table of Contents

TDropColumnCommand Class

DDL command that generates an ALTER TABLE ... DROP COLUMN statement.

Syntax

Unit: Aurelius.Schema.Commands

TDropColumnCommand = class(TDDLCommand);

Constructors

Name Description
Create Creates a TDropColumnCommand for the given column.

Properties

Name Description
Column Gets or sets the column metadata that this command will drop.