Cargo |
This is preliminary documentation and is subject to change.
The CargoQueryParameters type exposes the following members.
Name | Description | |
---|---|---|
Fields | The table field(s) to retrieve. | |
GroupBy | Field(s) on which to group results, corresponding to an SQL GROUP BY clause. | |
Having | Conditions for grouped values, corresponding to an SQL HAVING clause. | |
JoinOn | Conditions for joining multiple tables (LEFT OUTER JOIN), corresponding to an SQL JOIN ON clause. | |
Limit | A limit on the number of results returned. | |
Offset | The query offset. | |
OrderBy | The order of results, corresponding to an SQL ORDER BY clause. | |
Tables | The Cargo database table or tables on which to search. | |
Where | The conditions for the query, corresponding to an SQL WHERE clause. |