TDropSequenceCommand.Create Constructor
Creates a TDropSequenceCommand for the given sequence.
Syntax
Unit: Aurelius.Schema.Commands
constructor TDropSequenceCommand.Create(ASequence: TSequenceMetadata);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ASequence | TSequenceMetadata | The sequence metadata used to generate the DROP SEQUENCE statement. |