DAC for MySQL
TMySQLTable.Properties.DefaultIndex | Previous Next |
Specifies if the data in the table should be ordered on a default index when opened.
Syntax:
property DefaultIndex: Boolean;
Description:
When DefaultIndex is True, MySQL attempts to order the data based on the primary key or a
unique index when opening the table. DefaultIndex default set is True.