Skip to main content

joinsorder-enum

Represents differt types of table order in the FROM clause of generated SQL statement

public enum Korzh.EasyQuery.Db.JoinsOrder
: Enum

Assembly: Korzh.EasyQuery.Db.dll

Enum

NameValueDescription
Basic0No particular order. The tables in FROM section will be listed in the same order how they appear in the query
LinksDirection1The table with the most "outbounds" links will be listed first. After that tables are linked according to their connections with the "root" table.
TablePriority2The table with the highest value of Priority field will be listed first.