Source position: odataservice.pp line 55
type TQueryParams = record
Filter: string;
OrderBy: string;
Search: string;
Skip: Integer;
Top: Integer;
end;