Table of Contents

TCreateColumnCommand Class

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

Syntax

Unit: Aurelius.Schema.Commands

TCreateColumnCommand = class(TDDLCommand);

Constructors

Name Description
Create Creates a TCreateColumnCommand for the given column.

Properties

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