TDropSequenceCommand Class
DDL command that generates a DROP SEQUENCE statement.
Syntax
Unit: Aurelius.Schema.Commands
TDropSequenceCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TDropSequenceCommand for the given sequence. |
Properties
| Name | Description |
|---|---|
| Sequence | Gets or sets the sequence metadata that this command will drop. |