orderbystyles-enum
Represents the way fields appear in ORDER BY clause
public enum Korzh.EasyQuery.Db.OrderByStyles
: Enum
Assembly: Korzh.EasyQuery.Db.dll
Enum
Name | Value | Description |
---|---|---|
Numbers | 0 | Fields are represented by its number in SELECT clause |
Names | 1 | Fields are represented by its full name (e.g. ORDERS.SALEDATE) |
Aliases | 2 | Field are represented by its alias |