[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 757
type TSQLOrderByElement = class(TSQLElement) |
public |
destructor Destroy; override; |
function GetAsSQL(); override; |
property Field: TSQLElement; [rw] |
property Collation: TSQLIdentifierName; [rw] |
property OrderBy: TSQLOrderDirection; [rw] |
end; |
| |
| |
TObject |