Table Order
Type
Constant String
Since
2.2
Description
This property is for optimizing issues only. When generating SQL-statements, the SQL-generator will use this optional property to define the order of the tables in the FROM-clause of the generated SELECT statement.
In some databases, the order of the tables in the statements can have a big effect on the performance because the order influences the used indices.
Examples
Table Order = "Products,Customers,Productgroups"
