TCreateDBIndexCommand Class
DDL command that generates a CREATE INDEX statement.
Syntax
Unit: Aurelius.Schema.Commands
TCreateDBIndexCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TCreateDBIndexCommand for the given index. |
Properties
| Name | Description |
|---|---|
| DBIndex | Gets or sets the index metadata that this command will create. |